|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.runtime.CALExecutorException.Type
public static final class CALExecutorException.Type
Enum for the different types of exceptions.
| Field Summary | |
|---|---|
static CALExecutorException.Type |
ERROR_FUNCTION_CALL
There was a call to the CAL Prelude.error function. |
static CALExecutorException.Type |
FOREIGN_OR_PRIMITIVE_FUNCTION_EXCEPTION
An error occurred during a foreign function call. |
static CALExecutorException.Type |
INTERNAL_RUNTIME_ERROR
There was an internal runtime error. |
static CALExecutorException.Type |
PATTERN_MATCH_FAILURE
There was a pattern matching failure (e.g. the evaluated data constructor did not match one of the supplied case patterns in a case expression). |
static CALExecutorException.Type |
PRIM_THROW_FUNCTION_CALLED
An error occurred during the evaluation of the gem |
static CALExecutorException.Type |
USER_TERMINATED
The user terminated. |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CALExecutorException.Type PRIM_THROW_FUNCTION_CALLED
public static final CALExecutorException.Type FOREIGN_OR_PRIMITIVE_FUNCTION_EXCEPTION
public static final CALExecutorException.Type ERROR_FUNCTION_CALL
public static final CALExecutorException.Type PATTERN_MATCH_FAILURE
public static final CALExecutorException.Type INTERNAL_RUNTIME_ERROR
public static final CALExecutorException.Type USER_TERMINATED
| Method Detail |
|---|
public String toString()
toString in class Object
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||