|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.gwt.thirdparty.streamhtmlparser.ParseException
public class ParseException
Checked exception thrown on an unrecoverable error during parsing.
Parser.parse(String),
Serialized Form| Constructor Summary | |
|---|---|
ParseException()
Constructs an ParseException with no detail message. |
|
ParseException(Parser parser,
java.lang.String msg)
Constructs an ParseException with a detail message obtained
from the supplied message and the parser's line and column numbers. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParseException()
ParseException with no detail message.
public ParseException(Parser parser,
java.lang.String msg)
ParseException with a detail message obtained
from the supplied message and the parser's line and column numbers.
parser - the Parser that triggered the exceptionmsg - the error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||