Package org.htmlparser.util
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.htmlparser.util.ChainedException
org.htmlparser.util.ParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncodingChangeException
Library-specific support for chained exceptions.
- See Also:
-
Field Summary
Fields inherited from class org.htmlparser.util.ChainedException
throwable
-
Constructor Summary
ConstructorsConstructorDescriptionParserException
(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ParserException
public ParserException() -
ParserException
-
ParserException
-
ParserException
-