org.camunda.bpm.dmn.feel.impl.juel
Class FeelMissingVariableException
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.FeelMissingVariableException
- All Implemented Interfaces:
- Serializable
public class FeelMissingVariableException
- extends FeelException
Exception thrown if a variable used in a FEEL expression is not available.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FeelMissingVariableException
public FeelMissingVariableException(String message,
String variable)
FeelMissingVariableException
public FeelMissingVariableException(String message,
Throwable cause,
String variable)
getVariable
public String getVariable()
Copyright © 2017 camunda services GmbH. All rights reserved.