uk.ac.ebi.intact.application.dataConversion
Class DataConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ebi.intact.application.dataConversion.DataConversionException
All Implemented Interfaces:
java.io.Serializable

public class DataConversionException
extends java.lang.Exception

Created by IntelliJ IDEA. User: clewington Date: 19-Nov-2003 Time: 11:59:34 To change this template use Options | File Templates.

See Also:
Serialized Form

Constructor Summary
DataConversionException()
           
DataConversionException(java.lang.String msg)
           
DataConversionException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getNestedMessage()
           
 java.lang.Exception getRootCause()
           
 boolean rootCauseExists()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataConversionException

public DataConversionException()

DataConversionException

public DataConversionException(java.lang.String msg)

DataConversionException

public DataConversionException(java.lang.String msg,
                               java.lang.Exception e)
Method Detail

getNestedMessage

public java.lang.String getNestedMessage()

rootCauseExists

public boolean rootCauseExists()

getRootCause

public java.lang.Exception getRootCause()


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk