Class ChainException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FilterException

    public class ChainException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ChainException​(java.lang.String message)  
      ChainException​(java.lang.String message, java.lang.Throwable exp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getException()  
      void printInnerExceptionChain​(java.io.PrintWriter out)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • ChainException

        public ChainException​(java.lang.String message,
                              java.lang.Throwable exp)
    • Method Detail

      • getException

        public java.lang.Throwable getException()
      • printInnerExceptionChain

        public void printInnerExceptionChain​(java.io.PrintWriter out)
                                      throws java.io.IOException
        Throws:
        java.io.IOException