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