|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.htmlparser.util.ChainedException org.htmlparser.util.ParserException
public class ParserException
Library-specific support for chained exceptions.
ChainedException
,
Serialized FormField 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 |
---|
public ParserException()
public ParserException(String message)
public ParserException(Throwable throwable)
public ParserException(String message, Throwable throwable)
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTML Parser is an open source library released under Common Public License. |