module documentation
Exceptions for the ACME CSE interpreter. These exceptions are used to handle various error conditions that can occur during the execution of scripts in the ACME CSE interpreter.
| Exception | |
Exception to indicate a failed assertion. |
| Exception | |
Exception to indicate a division-by-zero error. |
| Exception | |
Baseclass for interpreter exceptions. |
| Exception | |
Exception when the script execution was interrupted. |
| Exception | |
Exception when there was an invalid argument to a symbol etc. |
| Exception | |
Exception when an invalid type was encountered. |
| Exception | |
Exception when a number is expected. |
| Exception | |
Exception when execution of a function is not allowed. |
| Exception | |
Exception to regularly quit the script execution without an error. |
| Exception | |
Exception to regularly quit the script execution with an error status. |
| Exception | |
Exception to indicate an executed return-from commands. |
| Exception | |
Exception to indicate an interpreter runtime error. |
| Exception | |
Exception to indicate a timeout of the running script. |
| Exception | |
Exception to indicate an undefined symbol, variable, etc. |
| Exception | |
Exception to indicate an unsupported type or feature. |