Package org.jparsec.error
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-
ClassDescriptionReports parser errors in human-readable format.Deprecated.Describes details of a parsing error to support fine-grained error handling.Is thrown when any grammar error happens or any exception is thrown during parsing.
SourceLocation
instead.