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 org.camunda.bpm.dmn.feel.impl.FeelException
Exception thrown if a method used in a FEEL expression is not available.
See Also:
  • Field Details

    • function

      protected String function
  • Constructor Details

    • FeelMissingFunctionException

      public FeelMissingFunctionException(String message, String function)
    • FeelMissingFunctionException

      public FeelMissingFunctionException(String message, Throwable cause, String function)
  • Method Details

    • getFunction

      public String getFunction()