public static class JexlException.Method extends JexlException
JexlException.Ambiguous, JexlException.Annotation, JexlException.Assignment, JexlException.Break, JexlException.Cancel, JexlException.Continue, JexlException.Feature, JexlException.Method, JexlException.Operator, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.StackOverflow, JexlException.Tokenization, JexlException.TryFailed, JexlException.Variable, JexlException.VariableIssue| Constructor and Description | 
|---|
| Method(JexlInfo info,
      String name,
      Object[] args)Creates a new Method exception instance. | 
| Method(JexlInfo info,
      String name,
      Object[] args,
      Throwable cause)Creates a new Method exception instance. | 
| Method(JexlInfo info,
      String name,
      Throwable cause)Deprecated. 
 as of 3.2, use call with method arguments | 
| Method(org.apache.commons.jexl3.parser.JexlNode node,
      String name)Deprecated. 
 as of 3.2, use call with method arguments | 
| Method(org.apache.commons.jexl3.parser.JexlNode node,
      String name,
      Object[] args)Creates a new Method exception instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMethod() | 
| String | getMethodSignature() | 
annotationError, clean, getDetail, getInfo, getInfo, getMessage, methodError, methodError, operatorError, propertyError, propertyError, sliceSource, tryFailed, variableError, variableErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public Method(org.apache.commons.jexl3.parser.JexlNode node, String name)
node - the offending ASTnodename - the method name@Deprecated public Method(JexlInfo info, String name, Throwable cause)
info - the location informationname - the unknown methodcause - the exception causing the errorpublic Method(org.apache.commons.jexl3.parser.JexlNode node,
              String name,
              Object[] args)
node - the offending ASTnodename - the method nameargs - the method argumentspublic Method(JexlInfo info, String name, Object[] args)
info - the location informationname - the method nameargs - the method argumentsCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.