Uses of Package
orc.error

Packages that use orc.error
orc Top-level package for all Orc code. 
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.error Orc-specific throwables. 
orc.lib.bool   
orc.lib.comp   
orc.lib.math   
orc.lib.net Sites for internet communication. 
orc.lib.orchard   
orc.lib.str   
orc.lib.time   
orc.lib.util   
orc.orchard Orchard is the service-oriented implementation of Orc. 
orc.runtime Runtime for Orc interpreter. 
orc.runtime.sites Abstract base classes for Orc sites plus fundamental sites. 
orc.runtime.sites.core Fundamental sites. 
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites. 
orc.runtime.values   
 

Classes in orc.error used by orc
ParseError
          Problem parsing the text of an Orc program.
 

Classes in orc.error used by orc.ast.simple
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
SourceLocation
           
 

Classes in orc.error used by orc.error
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
ExecutionException
          Exceptions generated while executing a compiled graph.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
OrcException
          Any exception generated by Orc, during compilation, loading, or execution.
RuntimeTypeException
          Superclass of all runtime type exceptions, including arity mismatches, argument type mismatches, and attempts to call uncallable values.
SiteException
          Any exception occurring in a well-formed, well-typed site call.
SourceLocation
           
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.bool
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.comp
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.math
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.net
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.orchard
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.str
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.time
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.lib.util
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.orchard
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
SourceLocation
           
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.runtime
TokenException
          A localized failure at runtime.
UncallableValueException
          Exception raised when an uncallable value occurs in call position.
 

Classes in orc.error used by orc.runtime.sites
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.runtime.sites.core
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.runtime.sites.java
TokenException
          A localized failure at runtime.
 

Classes in orc.error used by orc.runtime.values
ArityMismatchException
           
TokenException
          A localized failure at runtime.
UncallableValueException
          Exception raised when an uncallable value occurs in call position.