Enhydra 3.1 API

com.lutris.util
Class ChainedRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lutris.util.ChainedRuntimeException
Direct Known Subclasses:
XMLCRuntimeException

public synchronized class ChainedRuntimeException
extends java.lang.RuntimeException
implements ChainedThrowable

See Also:
Serialized Form

Constructor Summary
ChainedRuntimeException(java.lang.String)
           
ChainedRuntimeException(java.lang.String, java.lang.Throwable)
           
ChainedRuntimeException(java.lang.Throwable)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream)
           
 void printStackTrace(java.io.PrintWriter)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChainedRuntimeException

public ChainedRuntimeException(java.lang.String)

ChainedRuntimeException

public ChainedRuntimeException(java.lang.String,
                               java.lang.Throwable)

ChainedRuntimeException

public ChainedRuntimeException(java.lang.Throwable)
Method Detail

getCause

public java.lang.Throwable getCause()
Specified by:
getCause in interface ChainedThrowable

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface ChainedThrowable
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Specified by:
printStackTrace in interface ChainedThrowable
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream)
Specified by:
printStackTrace in interface ChainedThrowable
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter)
Specified by:
printStackTrace in interface ChainedThrowable
Overrides:
printStackTrace in class java.lang.Throwable

Enhydra 3.1 API