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
Exception thrown if a variable used in a FEEL expression is not available.
- See Also:
-
Constructor Summary
ConstructorDescriptionFeelMissingVariableException
(String message, String variable) FeelMissingVariableException
(String message, Throwable cause, String variable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeelMissingVariableException
-
FeelMissingVariableException
-
-
Method Details
-
getVariable
-