Uses of Package
orc.error.compiletime

Packages that use orc.error.compiletime
orc Top-level package for all Orc code. 
orc.ast.extended Desugared AST which is very close to the source form. 
orc.ast.extended.declaration   
orc.ast.extended.pattern   
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.ast.simple.arg   
orc.error.compiletime   
orc.parser The Orc parser. 
 

Classes in orc.error.compiletime used by orc
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended.declaration
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 

Classes in orc.error.compiletime used by orc.ast.extended.pattern
NonlinearPatternException
           
PatternException
           
 

Classes in orc.error.compiletime used by orc.ast.simple
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
UnboundVariableException
           
 

Classes in orc.error.compiletime used by orc.ast.simple.arg
UnboundVariableException
           
 

Classes in orc.error.compiletime used by orc.error.compiletime
CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
PatternException
           
SourceException
          Compile-time exceptions which can be associated with a particular source location in the program.
 

Classes in orc.error.compiletime used by orc.parser
ParsingException
          Problem parsing the text of an Orc program.