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

Constructor Summary
SearchException()
           
SearchException(java.lang.String msg)
           
SearchException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getNestedMessage()
           
 java.lang.Exception getRootCause()
           
 
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

SearchException

public SearchException()

SearchException

public SearchException(java.lang.String msg)

SearchException

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

getNestedMessage

public java.lang.String getNestedMessage()

getRootCause

public java.lang.Exception getRootCause()


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