Package orc.error

Orc-specific throwables.

See:
          Description

Interface Summary
Locatable Interface representing entities whose source location can be assigned, not just observed.
Located Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
 

Class Summary
SourceLocation A source location, with file, offset, line, and column information.
 

Exception Summary
OrcException Any exception generated by Orc, during compilation, loading, or execution.
 

Error Summary
OrcError Error conditions that should never occur.
 

Package orc.error Description

Orc-specific throwables.