org.htmlparser.util
Class ChainedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.htmlparser.util.ChainedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParserException
public class ChainedException
- extends Exception
- See Also:
- Serialized Form
throwable
protected Throwable throwable
ChainedException
public ChainedException()
ChainedException
public ChainedException(String message)
ChainedException
public ChainedException(Throwable throwable)
ChainedException
public ChainedException(String message,
Throwable throwable)
getMessageChain
public String[] getMessageChain()
getMessageList
public Vector getMessageList()
getThrowable
public Throwable getThrowable()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream out)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter out)
- Overrides:
printStackTrace
in class Throwable