Serialized Form


Package net.scheinerman.phoenix.interpreter.exceptions

Class net.scheinerman.phoenix.interpreter.exceptions.IllegalArgumentException extends SyntaxException implements Serializable

serialVersionUID: 1L

Class net.scheinerman.phoenix.interpreter.exceptions.IllegalIdentifierException extends SyntaxException implements Serializable

serialVersionUID: 1L

Serialized Fields

identifier

java.lang.String identifier

Class net.scheinerman.phoenix.interpreter.exceptions.IOException extends PhoenixRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

briefMessage

java.lang.String briefMessage
"Generic IO error"

Class net.scheinerman.phoenix.interpreter.exceptions.PhoenixRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

errorType

java.lang.String errorType
The basic error type of the exception, in this case it is, "Error".


briefMessage

java.lang.String briefMessage
The slightly more descriptive phrase explaining the error. In this case it is "Generic error".


lastLine

int lastLine

lastLineSet

boolean lastLineSet

Class net.scheinerman.phoenix.interpreter.exceptions.SyntaxException extends PhoenixRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

briefMessage

java.lang.String briefMessage
"Generic syntax error"

Class net.scheinerman.phoenix.interpreter.exceptions.UnknownFunctionException extends SyntaxException implements Serializable

serialVersionUID: 1L

Serialized Fields

funcName

java.lang.String funcName

Class net.scheinerman.phoenix.interpreter.exceptions.UnsupportedOperatorException extends PhoenixRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

var

Variable var

operator

java.lang.String operator