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:
- Serializable
- Enclosing class:
- JexlException
public static class JexlException.Property
- extends JexlException
Thrown when a property is unknown.
- Since:
- 2.1
- See Also:
- Serialized Form
JexlException.Property
public JexlException.Property(JexlNode node,
String var)
- Creates a new Property exception instance.
- Parameters:
node
- the offending ASTnodevar
- the unknown variable
getProperty
public String getProperty()
- Returns:
- the property name
detailedMessage
protected String detailedMessage()
- Description copied from class:
JexlException
- Accesses detailed message.
- Overrides:
detailedMessage
in class JexlException
- Returns:
- the message
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.