org.htmlparser.util
Class ParserException

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

public class ParserException
extends ChainedException

Library-specific support for chained exceptions.

See Also:
ChainedException, Serialized Form

Field Summary
 
Fields inherited from class org.htmlparser.util.ChainedException
throwable
 
Constructor Summary
ParserException()
           
ParserException(java.lang.String message)
           
ParserException(java.lang.String message, java.lang.Throwable throwable)
           
ParserException(java.lang.Throwable throwable)
           
 
Methods inherited from class org.htmlparser.util.ChainedException
getMessageChain, getMessageList, getThrowable, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

ParserException

public ParserException()

ParserException

public ParserException(java.lang.String message)

ParserException

public ParserException(java.lang.Throwable throwable)

ParserException

public ParserException(java.lang.String message,
                       java.lang.Throwable throwable)