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. For overviews, tutorials, examples, guides, and tool documentation, please check out CodeHaus
  • Class
    Description
    Reports parser errors in human-readable format.
    Deprecated.
    Prefer to use SourceLocation instead.
    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.