edu.rice.cs.util
Class RunnableEST.Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rice.cs.util.RunnableEST.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
RunnableEST

public static class RunnableEST.Exception
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
RunnableEST.Exception(String reason)
           
 
Method Summary
 Throwable getCause()
           
 String getLocalizedMessage()
           
 String getMessage()
           
 Throwable initCause(Throwable t)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunnableEST.Exception

public RunnableEST.Exception(String reason)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

initCause

public Throwable initCause(Throwable t)
Overrides:
initCause in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable