org.camunda.bpm.dmn.feel.impl.juel
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
method
protected String method
parameters
protected String[] parameters
FeelMethodInvocationException
public FeelMethodInvocationException(String message,
String method,
String... parameters)
FeelMethodInvocationException
public FeelMethodInvocationException(String message,
Throwable cause,
String method,
String... parameters)
getMethod
public String getMethod()
getParameters
public String[] getParameters()
Copyright © 2017 camunda services GmbH. All rights reserved.