HTML Parser Home Page

org.htmlparser.util
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.htmlparser.util.ChainedException
              extended by org.htmlparser.util.ParserException
All Implemented Interfaces:
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(String message)
           
ParserException(String message, Throwable throwable)
           
ParserException(Throwable throwable)
           
 
Method Summary
 
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(String message)

ParserException

public ParserException(Throwable throwable)

ParserException

public ParserException(String message,
                       Throwable throwable)

© 2006 Derrick Oswald
Sep 17, 2006

HTML Parser is an open source library released under Common Public License. SourceForge.net