Class 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
    • Constructor Detail

      • Property

        public Property​(JexlNode node,
                        java.lang.String var)
        Creates a new Property exception instance.
        Parameters:
        node - the offending ASTnode
        var - the unknown variable
    • 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 class JexlException
        Returns:
        the message