Serialized Form


Package org.apache.commons.jexl2

Class org.apache.commons.jexl2.JexlException extends java.lang.RuntimeException implements Serializable

Class org.apache.commons.jexl2.JexlException.Cancel extends JexlException implements Serializable

Class org.apache.commons.jexl2.JexlException.Method extends JexlException implements Serializable

Class org.apache.commons.jexl2.JexlException.Parsing extends JexlException implements Serializable

Class org.apache.commons.jexl2.JexlException.Property extends JexlException implements Serializable

Class org.apache.commons.jexl2.JexlException.Return extends JexlException implements Serializable

Serialized Fields

result

java.lang.Object result
The returned value.

Class org.apache.commons.jexl2.JexlException.Tokenization extends JexlException implements Serializable

Class org.apache.commons.jexl2.JexlException.Variable extends JexlException implements Serializable

Class org.apache.commons.jexl2.UnifiedJEXL.Exception extends java.lang.RuntimeException implements Serializable

serialVersionUID: -8201402995815975726L


Package org.apache.commons.jexl2.internal.introspection

Class org.apache.commons.jexl2.internal.introspection.MethodKey.AmbiguousException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2314636505414551664L


Package org.apache.commons.jexl2.parser

Class org.apache.commons.jexl2.parser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

after

java.lang.String after
Last correct input before error occurs.


line

int line
Error line.


column

int column
Error column.

Class org.apache.commons.jexl2.parser.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind

beginLine

int beginLine

beginColumn

int beginColumn

endLine

int endLine

endColumn

int endColumn

image

java.lang.String image

next

org.apache.commons.jexl2.parser.Token next

specialToken

org.apache.commons.jexl2.parser.Token specialToken

Class org.apache.commons.jexl2.parser.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


state

int state
The lexer state.


current

char current
The current character.


after

java.lang.String after
Last correct input before error occurs.


eof

boolean eof

line

int line
Error line.


column

int column
Error column.



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.