Class JexlException.Variable
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jexl2.JexlException
org.apache.commons.jexl2.JexlException.Variable
- All Implemented Interfaces:
Serializable
- Enclosing class:
JexlException
Thrown when a variable is unknown.
- 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
Constructors -
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
-
Variable
-
-
Method Details
-
getVariable
- Returns:
- the variable name
-
detailedMessage
Description copied from class:JexlExceptionAccesses detailed message.- Overrides:
detailedMessagein classJexlException- Returns:
- the message
-