public class ParseException extends Exception
Parser.parse(String)
,
Serialized FormConstructor 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, toString
Copyright © 2010-2013 Google. All Rights Reserved.