Jasmine  1.1
Super fast expression and algorithm evaluator
 All Classes Functions
org.quark.jasmine.ErrorType Enum Reference

Public Attributes

 INVALID_STOP =("Invalid stop signal")
 
 MALFORMED_STATEMENT =("Syntax error near ")
 
 ORPHAN_ELSE =("Else statement without matching 'if'")
 
 ORPHAN_ENDIF =("Endif statement without matching 'if' or 'else'")
 
 ORPHAN_WEND =("Wend statement without matching 'while'")
 
 ORPHAN_UNTIL =("Until statement without matching 'repeat'")
 
 ORPHAN_FOREND =("Endfor statement without matching 'for'")
 
 UNMATCHED_PARENTHESIS =("Unmatched parenthsis ')'")
 
 UNKNOWN_ERROR =("Unable to create eval() due to unknown syntax error")
 
 LHS_VARIABLE_REQD =("LHS must be a variable")
 
 INVALID_NBR_OPERANDS =("Not enough operands")
 
 INVALID_COMMA_SEP =("Unexpected comma separator")
 
 INVALID_CHARACTERS =("Expression contains unexpected character(s)")
 
 INVALID_CAST =("Answer can not be cast to ")
 
final String message
 

Private Member Functions

 ErrorType (String message)
 

Detailed Description

Enumeration of possible errors.

Author
Peter Lager

The documentation for this enum was generated from the following file: