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()
printStackTrace
public void printStackTrace(PrintStream out)
printStackTrace
public void printStackTrace(PrintWriter out)
HTML Parser is an open source library released under LGPL.