com.gentlyweb.utils
Class ChainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentlyweb.utils.ChainException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FilterException
public class ChainException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChainException
public ChainException(String message)
ChainException
public ChainException(String message,
Throwable exp)
getException
public Throwable getException()
printInnerExceptionChain
public void printInnerExceptionChain(PrintWriter out)
throws IOException
- Throws:
IOException