uk.ac.ebi.intact.persistence
Class SearchException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.ac.ebi.intact.persistence.SearchException
- All Implemented Interfaces:
- java.io.Serializable
- public class SearchException
- extends java.lang.Exception
Exception class to provide more meaningful error messages.
There is an extra constructor to allow other exceptions to
pass on information.
- See Also:
- Serialized Form
| 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 |
SearchException
public SearchException()
SearchException
public SearchException(java.lang.String msg)
SearchException
public SearchException(java.lang.String msg,
java.lang.Exception e)
getNestedMessage
public java.lang.String getNestedMessage()
getRootCause
public java.lang.Exception getRootCause()
IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk