jtp.util
Class UnexpectedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--jtp.util.UnexpectedException
- All Implemented Interfaces:
- Serializable
- public class UnexpectedException
- extends RuntimeException
UnexpectedException.java
Created: Sun Jul 23 22:30:35 2000
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
nestedException
protected Exception nestedException
UnexpectedException
public UnexpectedException(Exception nestedException)
getNestedException
public Exception getNestedException()
getStackTrace
public static String getStackTrace(Exception xc)
getRootException
public static Throwable getRootException(Throwable xc)