|
ErrorsAndExceptions
The error messages of the SL machine.
InternalExceptionThis exception should never occur, but is included so that people adapting jarvar can detect some states which should be impossible to generate in the SL machine. LiteralExceptionSomething is wrong with a literal number or literal string given to SL, for it to process. Many conditions including bad formatting or not using spaces between words can generate this exception. MathematicalExceptionAn undefined mathematical action was done. This includes division by zero in divide, invert and also the log of zero. MemoryExceptionThere was not enough memory to complete the requested processing. StackExceptionThere were not enough things on the stack to process. TypeExceptionThe wrong type of stack item was present for the requested processing. VirtualExceptionA virtual object within the SL machine, does not support the processing. WriteExceptionSomething is write protected, and may not be altered. This is generally to prevent the system failing. | |