Class ChainedException

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

    public class ChainedException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Throwable throwable  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getMessageChain()  
      java.util.Vector getMessageList()  
      java.lang.Throwable getThrowable()  
      void printStackTrace()  
      void printStackTrace​(java.io.PrintStream out)  
      void printStackTrace​(java.io.PrintWriter out)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • throwable

        protected java.lang.Throwable throwable
    • Constructor Detail

      • ChainedException

        public ChainedException()
      • ChainedException

        public ChainedException​(java.lang.String message)
      • ChainedException

        public ChainedException​(java.lang.Throwable throwable)
      • ChainedException

        public ChainedException​(java.lang.String message,
                                java.lang.Throwable throwable)
    • Method Detail

      • getMessageChain

        public java.lang.String[] getMessageChain()
      • getMessageList

        public java.util.Vector getMessageList()
      • getThrowable

        public java.lang.Throwable getThrowable()
      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream out)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter out)
        Overrides:
        printStackTrace in class java.lang.Throwable