public class ParseException extends Exception
Parser.parse(String),
Serialized Form| Constructor and Description |
|---|
ParseException()
Constructs an
ParseException with no detail message. |
ParseException(Parser parser,
String msg)
Constructs an
ParseException with a detail message obtained
from the supplied message and the parser's line and column numbers. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2010–2016 Google. All rights reserved.