public class ParserException extends ParseException
The cause of this exception is always the exception thrown by the parser.
Context.parse(Parse),
Serialized Form| Constructor and Description |
|---|
ParserException(Parser<?> parser,
java.lang.Throwable cause)
Constructor.
|
public ParserException(Parser<?> parser, java.lang.Throwable cause)
parser - the parser that failedcause - the exception thrown by the parser