Package org.apache.commons.jexl2
Class JexlException.Property
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.jexl2.JexlException
-
- org.apache.commons.jexl2.JexlException.Property
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- JexlException
public static class JexlException.Property extends JexlException
Thrown when a property is unknown.- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
detailedMessage()
Accesses detailed message.java.lang.String
getProperty()
-
Methods inherited from class org.apache.commons.jexl2.JexlException
getInfo, getMessage, parserError
-
-
-
-
Method Detail
-
getProperty
public java.lang.String getProperty()
- Returns:
- the property name
-
detailedMessage
protected java.lang.String detailedMessage()
Description copied from class:JexlException
Accesses detailed message.- Overrides:
detailedMessage
in classJexlException
- Returns:
- the message
-
-