All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.Method extends JexlException
Thrown when a method or ctor is unknown, ambiguous or inaccessible.
Since:
2.1
See Also:
  • Constructor Details

    • Method

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