public static class JexlException.Method extends JexlException
JexlException.Ambiguous, JexlException.Annotation, JexlException.Assignment, JexlException.Break, JexlException.Cancel, JexlException.Continue, JexlException.Method, JexlException.Operator, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable| Constructor and Description |
|---|
JexlException.Method(JexlInfo info,
String name,
Throwable cause)
Creates a new Method exception instance.
|
JexlException.Method(JexlNode node,
String name)
Creates a new Method exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
detailedMessage()
Accesses detailed message.
|
String |
getMethod() |
annotationError, clean, getInfo, getInfo, getMessage, methodError, operatorError, parserError, propertyError, variableErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JexlException.Method(JexlNode node, String name)
node - the offending ASTnodename - the method namepublic String getMethod()
protected String detailedMessage()
JexlExceptiondetailedMessage in class JexlExceptionCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.