com.gentlyweb.utils
Class ChainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentlyweb.utils.ChainException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilterException

public class ChainException
extends Exception

See Also:
Serialized Form

Constructor Summary
ChainException(String message)
           
ChainException(String message, Throwable exp)
           
 
Method Summary
 Throwable getException()
           
 void printInnerExceptionChain(PrintWriter out)
           
 
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
 

Constructor Detail

ChainException

public ChainException(String message)

ChainException

public ChainException(String message,
                      Throwable exp)
Method Detail

getException

public Throwable getException()

printInnerExceptionChain

public void printInnerExceptionChain(PrintWriter out)
                              throws IOException
Throws:
IOException