Package 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
-
-
Constructor Summary
Constructors Constructor Description ChainException(String message)
ChainException(String message, Throwable exp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getException()
void
printInnerExceptionChain(PrintWriter out)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getException
public Throwable getException()
-
printInnerExceptionChain
public void printInnerExceptionChain(PrintWriter out) throws IOException
- Throws:
IOException
-
-