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:
java.io.Serializable
public class FeelMissingVariableException extends FeelException
Exception thrown if a variable used in a FEEL expression is not available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeelMissingVariableException(java.lang.String message, java.lang.String variable)
FeelMissingVariableException(java.lang.String message, java.lang.Throwable cause, java.lang.String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getVariable()
-