Uses of Class
orc.error.OrcException

Packages that use OrcException
orc.error Orc-specific throwables. 
 

Uses of OrcException in orc.error
 

Subclasses of OrcException in orc.error
 class ArgumentTypeMismatchException
           
 class ArityMismatchException
           
 class CompilationException
          Exceptions generated during Orc compilation from source to portable compiled representations.
 class ExecutionException
          Exceptions generated while executing a compiled graph.
 class InsufficientArgsException
           
 class JavaException
          A container for Java-level exceptions raised by code implementing sites.
 class LoadingException
          Exceptions generated while creating an execution graph from a portable representation, in preparation for execution.
 class MessageNotUnderstoodException
           
 class MethodTypeMismatchException
           
 class ParseError
          Problem parsing the text of an Orc program.
 class RuntimeTypeException
          Superclass of all runtime type exceptions, including arity mismatches, argument type mismatches, and attempts to call uncallable values.
 class SiteException
          Any exception occurring in a well-formed, well-typed site call.
 class TokenException
          A localized failure at runtime.
 class UncallableValueException
          Exception raised when an uncallable value occurs in call position.