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
public class FeelMethodInvocationException extends FeelException
Exception thrown if an error occurs during a method invocation in a FEEL expression.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringmethodprotected String[]parameters
-
Constructor Summary
Constructors Constructor Description FeelMethodInvocationException(String message, String method, String... parameters)FeelMethodInvocationException(String message, Throwable cause, String method, String... parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethod()String[]getParameters()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-