Class 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:
  • 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()