anl.aida.util
Class AIDAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anl.aida.util.AIDAException
All Implemented Interfaces:
java.io.Serializable

public class AIDAException
extends java.lang.Exception

Exception wrapper class that we can use to throw from callback type functions.

See Also:
Serialized Form

Constructor Summary
AIDAException()
           
AIDAException(java.lang.String s)
           
AIDAException(java.lang.String s, java.lang.Throwable throwable)
           
AIDAException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

AIDAException

public AIDAException()

AIDAException

public AIDAException(java.lang.String s)

AIDAException

public AIDAException(java.lang.String s,
                     java.lang.Throwable throwable)

AIDAException

public AIDAException(java.lang.Throwable throwable)