QScript  2.1.2
Expression and algorithm evaluator
 All Classes Namespaces Functions Variables Pages
Public Attributes | List of all members
org.qscript.errors.ErrorType Enum Reference

Public Attributes

 SYNTAX_ERROR =(0x00010001, "Syntax error")
 
 UNMATCHED_PARENTHESIS =(0x00010002, "Unmatched parenthsis ')'")
 
 UNMATCHED_FLOW_OPERATOR =(0x00010003, "Cannot find matching operator")
 
 INVALID_COMMA_SEP =(0x00010004, "Unexpected comma separator")
 
 UNTERMINATED_STRING =(0x00010005, "Unterminated literal string")
 
 LEFT_PAREN_EXPECTED =(0x00010006, "')' expected")
 
 ARGUMENT_EXPECTED =(0x00010007, "Argument expected")
 
 OPERATOR_EXPECTED =(0x00010008, "Operator expected")
 
 INVALID_ARGUMENTS =(0x0001000A, "Invalid arguments")
 
 EMPTY_SCRIPT =(0x0001000F, "Nothing to evaluate")
 
 SCRIPT_UNPARSED =(0x00020010, "The script must be parsed before evaluation")
 
 INVALID_ARGUMENT_TYPES =(0x00020011, "Invalid argument type(s)")
 
 INVALID_CAST =(0x00020012, "Invalid cast in argument")
 
 UNITIALISED_VARIABLE =(0x00020013, "Variable ({0}) must be initialised before use")
 
 LHS_VARIABLE_REQD =(0x00020014, "LHS must be a variable")
 
 MAX_TIME_EXCEEDED =(0x00030020, "The maximum time allowed has been exceeded")
 
 STOPPED_BY_USER =(0x00030021, "The script has been stopped by the user")
 
 FATAL_PARSE_ERROR =(0x00020030, "FATAL Java exception whilst parsing ")
 
 FATAL_EVAL_ERROR =(0x00020031, "FATAL Java exception during evaluation ")
 
int code
 
String message
 

Detailed Description

Enumeration of possible errors.

Author
Peter Lager

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