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
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 |
ChainedRuntimeException
public ChainedRuntimeException(java.lang.String)
ChainedRuntimeException
public ChainedRuntimeException(java.lang.String,
java.lang.Throwable)
ChainedRuntimeException
public ChainedRuntimeException(java.lang.Throwable)
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