Class JexlException.Tokenization
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jexl2.JexlException
org.apache.commons.jexl2.JexlException.Tokenization
- All Implemented Interfaces:
Serializable
- Enclosing class:
JexlException
Thrown when tokenization fails.
- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable -
Field Summary
Fields inherited from class JexlException
info, mark, NULL_OPERAND -
Constructor Summary
ConstructorsConstructorDescriptionTokenization(JexlInfo node, CharSequence expr, TokenMgrError cause) Creates a new Tokenization exception instance. -
Method Summary
Methods inherited from class JexlException
getInfo, getMessage, parserErrorMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Tokenization
Creates a new Tokenization exception instance.- Parameters:
node- the location infoexpr- the expressioncause- the javacc cause
-
-
Method Details
-
getExpression
- Returns:
- the expression
-
detailedMessage
Description copied from class:JexlExceptionAccesses detailed message.- Overrides:
detailedMessagein classJexlException- Returns:
- the message
-