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:
Serializable
public class FeelMissingFunctionException extends FeelException
Exception thrown if a method used in a FEEL expression is not available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeelMissingFunctionException(String message, String function)
FeelMissingFunctionException(String message, Throwable cause, String function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunction()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-