Exception | Description |
---|---|
ArithmeticStackStateException |
Thrown when the arithmetic stack ends up in a way that should not be.
|
BadParameterException |
Thrown when an operation deals with an author-made value that cannot be
implicitly handled.
|
JSExportException |
Thrown when a JS Exporter exception occurs.
|
ModuleException |
Thrown when a generic module exception occurs.
|
ModuleExecutionException |
Thrown if a problem happens during module execution.
|
ModuleStateException |
Thrown when a module state read/write exception occurs.
|
RunawayRequestException |
This type of interrupt is thrown too many operations are executed on
one request (in order to catch possible infinite loops), or when the
function call stack gets too deep (to prevent stack overflows).
|
UnexpectedValueTypeException |
Thrown when an operation reads a value that has an unexpected type (usually because it
was pre-checked at compile-time).
|