public class ParseError extends RuntimeException
Modifier and Type | Field and Description |
---|---|
ParserContext |
context
The parsing context that was in effect
at the time the error occurred.
|
Constructor and Description |
---|
ParseError(String message,
ParserContext context)
Create a new ParseError with a given error message and parsing context.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserContext context
public ParseError(String message, ParserContext context)