Class FeelMethodInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.dmn.feel.impl.FeelException
org.camunda.bpm.dmn.feel.impl.juel.FeelMethodInvocationException
- All Implemented Interfaces:
Serializable
Exception thrown if an error occurs during a method invocation
in a FEEL expression.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFeelMethodInvocationException
(String message, String method, String... parameters) FeelMethodInvocationException
(String message, Throwable cause, String method, String... parameters) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
method
-
parameters
-
-
Constructor Details
-
FeelMethodInvocationException
-
FeelMethodInvocationException
-
-
Method Details
-
getMethod
-
getParameters
-