Class FeelMissingFunctionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FeelMissingFunctionException
    extends FeelException
    Exception thrown if a method used in a FEEL expression is not available.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String function  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFunction()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • function

        protected java.lang.String function
    • Constructor Detail

      • FeelMissingFunctionException

        public FeelMissingFunctionException​(java.lang.String message,
                                            java.lang.String function)
      • FeelMissingFunctionException

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

      • getFunction

        public java.lang.String getFunction()