Package org.apache.commons.jexl2
Class JexlException.Parsing
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.jexl2.JexlException
-
- org.apache.commons.jexl2.JexlException.Parsing
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- JexlException
public static class JexlException.Parsing extends JexlException
Thrown when parsing fails.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.jexl2.JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
-
-
Field Summary
-
Fields inherited from class org.apache.commons.jexl2.JexlException
info, mark, NULL_OPERAND
-
-
Constructor Summary
Constructors Constructor Description Parsing(JexlInfo node, java.lang.CharSequence expr, ParseException cause)Creates a new Variable exception instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringdetailedMessage()Accesses detailed message.java.lang.StringgetExpression()-
Methods inherited from class org.apache.commons.jexl2.JexlException
getInfo, getMessage, parserError
-
-
-
-
Constructor Detail
-
Parsing
public Parsing(JexlInfo node, java.lang.CharSequence expr, ParseException cause)
Creates a new Variable exception instance.- Parameters:
node- the offending ASTnodeexpr- the offending sourcecause- the javacc cause
-
-
Method Detail
-
getExpression
public java.lang.String getExpression()
- Returns:
- the expression
-
detailedMessage
protected java.lang.String detailedMessage()
Description copied from class:JexlExceptionAccesses detailed message.- Overrides:
detailedMessagein classJexlException- Returns:
- the message
-
-