Package | Description |
---|---|
com.tameif.tame.exception |
Contains TAME exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticStackStateException
Thrown when the arithmetic stack ends up in a way that should not be.
|
class |
BadParameterException
Thrown when an operation deals with an author-made value that cannot be
implicitly handled.
|
class |
ModuleException
Thrown when a generic module exception occurs.
|
class |
ModuleExecutionException
Thrown if a problem happens during module execution.
|
class |
ModuleStateException
Thrown when a module state read/write exception occurs.
|
class |
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).
|
class |
UnexpectedValueTypeException
Thrown when an operation reads a value that has an unexpected type (usually because it
was pre-checked at compile-time).
|