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 PAssertionFailed Exception to indicate a failed assertion.
Exception PDivisionByZeroError Exception to indicate a division-by-zero error.
Exception PException Baseclass for interpreter exceptions.
Exception PInterruptedError Exception when the script execution was interrupted.
Exception PInvalidArgumentError Exception when there was an invalid argument to a symbol etc.
Exception PInvalidTypeError Exception when an invalid type was encountered.
Exception PNotANumberError Exception when a number is expected.
Exception PPermissionError Exception when execution of a function is not allowed.
Exception PQuitRegular Exception to regularly quit the script execution without an error.
Exception PQuitWithError Exception to regularly quit the script execution with an error status.
Exception PReturnFrom Exception to indicate an executed return-from commands.
Exception PRuntimeError Exception to indicate an interpreter runtime error.
Exception PTimeoutError Exception to indicate a timeout of the running script.
Exception PUndefinedError Exception to indicate an undefined symbol, variable, etc.
Exception PUnsupportedError Exception to indicate an unsupported type or feature.