JTP API Documentation

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

Field Summary
protected  Exception nestedException
           
 
Constructor Summary
UnexpectedException(Exception nestedException)
           
 
Method Summary
 Exception getNestedException()
           
static Throwable getRootException(Throwable xc)
           
static String getStackTrace(Exception xc)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nestedException

protected Exception nestedException
Constructor Detail

UnexpectedException

public UnexpectedException(Exception nestedException)
Method Detail

getNestedException

public Exception getNestedException()

getStackTrace

public static String getStackTrace(Exception xc)

getRootException

public static Throwable getRootException(Throwable xc)

JTP API Documentation