My favorites | Sign in
Project Home Downloads Wiki Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
ErrorsAndExceptions  
The error messages of the SL machine.
Updated Apr 14, 2012 by jackokring

InternalException

This 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.

LiteralException

Something 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.

MathematicalException

An undefined mathematical action was done. This includes division by zero in divide, invert and also the log of zero.

MemoryException

There was not enough memory to complete the requested processing.

StackException

There were not enough things on the stack to process.

TypeException

The wrong type of stack item was present for the requested processing.

VirtualException

A virtual object within the SL machine, does not support the processing.

WriteException

Something is write protected, and may not be altered. This is generally to prevent the system failing.

Powered by Google Project Hosting