allensoft.util
Class NestingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--allensoft.util.NestingException
All Implemented Interfaces:
java.io.Serializable

public class NestingException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NestingException()
           
NestingException(java.lang.Exception nestedException)
           
NestingException(java.lang.String msg)
           
NestingException(java.lang.String msg, java.lang.Exception nestedException)
           
 
Method Summary
static java.lang.String generateStackTraceString(java.lang.Exception e)
           
 java.lang.String getMessage()
           
 java.lang.Exception getNestedException()
           
 java.lang.String getStackTraceString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NestingException

public NestingException()

NestingException

public NestingException(java.lang.String msg)

NestingException

public NestingException(java.lang.Exception nestedException)

NestingException

public NestingException(java.lang.String msg,
                        java.lang.Exception nestedException)
Method Detail

generateStackTraceString

public static java.lang.String generateStackTraceString(java.lang.Exception e)

getNestedException

public java.lang.Exception getNestedException()

getStackTraceString

public java.lang.String getStackTraceString()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable