Package orc.error.runtime

Exception Summary
ArgumentTypeMismatchException  
ArityMismatchException  
CapabilityException  
ExecutionException Exceptions generated while executing a compiled graph.
InsufficientArgsException  
JavaException A container for Java-level exceptions raised by code implementing sites.
MessageNotUnderstoodException  
MethodTypeMismatchException  
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.
TokenException A localized failure at runtime.
UncallableValueException Exception raised when an uncallable value occurs in call position.