org.htmlparser.util
Class ChainedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.htmlparser.util.ChainedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParserException

public class ChainedException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable throwable
           
 
Constructor Summary
ChainedException()
           
ChainedException(java.lang.String message)
           
ChainedException(java.lang.String message, java.lang.Throwable throwable)
           
ChainedException(java.lang.Throwable throwable)
           
 
Method Summary
 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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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()

printStackTrace

public void printStackTrace(java.io.PrintStream out)

printStackTrace

public void printStackTrace(java.io.PrintWriter out)