Package org.jparsec.error
Provides interfaces and classes for advanced error handling.
Package Specification
The code is developed and tested under Java 5.0.Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please check out CodeHaus-
Interface Summary Interface Description ParseErrorDetails Describes details of a parsing error to support fine-grained error handling. -
Class Summary Class Description ErrorReporter Reports parser errors in human-readable format.Location Deprecated. Prefer to useSourceLocation
instead. -
Exception Summary Exception Description ParserException Is thrown when any grammar error happens or any exception is thrown during parsing.