org.htmlparser.util
Class ChainedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
|
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 |
throwable
protected java.lang.Throwable throwable
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)
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)