Package 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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChainedException
(String message) ChainedException
(String message, Throwable throwable) ChainedException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
throwable
-
-
Constructor Details
-
ChainedException
public ChainedException() -
ChainedException
-
ChainedException
-
ChainedException
-
-
Method Details
-
getMessageChain
-
getMessageList
-
getThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-