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:
    Serialized Form
    • Field Detail

      • function

        protected String function
    • Constructor Detail

      • FeelMissingFunctionException

        public FeelMissingFunctionException​(String message,
                                            String function)
      • FeelMissingFunctionException

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

      • getFunction

        public String getFunction()