|
Jasmine
1.1
Super fast expression and algorithm evaluator
|

Public Member Functions | |
| JasmineException (Exception e) | |
| String | toString () |
Public Attributes | |
| final Exception | other |
| final ErrorType | type |
| final String | symbol |
| final int | lineNo |
| final int | pos |
Package Functions | |
| JasmineException (ErrorType type, String symbol, int lineNo, int pos) | |
| JasmineException (ErrorType type) | |
| JasmineException (ErrorType type, String extra) | |
| JasmineException (ErrorType type, Exp exp) | |
Static Private Attributes | |
| static final long | serialVersionUID = -5497913404255822984L |
Exception for all errors throw by this library.