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