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:
  • Constructor Details

    • Property

      public Property(JexlNode node, String var)
      Creates a new Property exception instance.
      Parameters:
      node - the offending ASTnode
      var - the unknown variable
  • Method Details

    • 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