Package org.codehaus.jparsec.error

Provides interfaces and classes for advanced error handling.

See:
          Description

Interface Summary
ParseErrorDetails Describes details of a parsing error to support fine-grained error handling.
 

Class Summary
Location Represents a line and column number of a character or token in the source.
 

Exception Summary
ParserException Is thrown when any grammar error happens or any exception is thrown during parsing.
 

Package org.codehaus.jparsec.error Description

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



Copyright © 2014. All rights reserved.