public class FeelMethodInvocationException extends FeelException
Modifier and Type | Field and Description |
---|---|
protected String |
method |
protected String[] |
parameters |
Constructor and Description |
---|
FeelMethodInvocationException(String message,
String method,
String... parameters) |
FeelMethodInvocationException(String message,
Throwable cause,
String method,
String... parameters) |
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
String[] |
getParameters() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2022. All rights reserved.