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
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 |
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)
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