|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jolene.dom.MalformedHTMLException
public final class MalformedHTMLException
Exception thrown by the parser if it finds some unparsable html.
Constructor Summary | |
---|---|
MalformedHTMLException()
|
|
MalformedHTMLException(java.lang.String message)
Constructs the exception with the specified message string. |
|
MalformedHTMLException(java.lang.String message,
java.lang.Throwable cause)
Constructs the exception with the specified message string and cause. |
|
MalformedHTMLException(java.lang.Throwable cause)
Constructs the exception with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MalformedHTMLException()
public MalformedHTMLException(java.lang.String message)
message
- - message stringpublic MalformedHTMLException(java.lang.Throwable cause)
cause
- - cause of the exceptionpublic MalformedHTMLException(java.lang.String message, java.lang.Throwable cause)
message
- - message stringcause
- - cause of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |