public static class JexlException.Method extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
info, mark, NULL_OPERAND
Constructor and Description |
---|
Method(JexlNode node,
java.lang.String name)
Creates a new Method exception instance.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
detailedMessage()
Accesses detailed message.
|
java.lang.String |
getMethod() |
getInfo, getMessage, parserError
public Method(JexlNode node, java.lang.String name)
node
- the offending ASTnodename
- the unknown methodpublic java.lang.String getMethod()
protected java.lang.String detailedMessage()
JexlException
detailedMessage
in class JexlException