com.purpletech.util
Class NestedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.purpletech.util.NestedException
- All Implemented Interfaces:
- java.io.Serializable
- public class NestedException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NestedException
public NestedException()
NestedException
public NestedException(java.lang.Throwable rootCause)
NestedException
public NestedException(java.lang.String message,
java.lang.Throwable rootCause)
NestedException
public NestedException(java.lang.String message)
getRootCause
public java.lang.Throwable getRootCause()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable