Class FeelMethodInvocationException

  • All Implemented Interfaces:
    Serializable

    public class FeelMethodInvocationException
    extends FeelException
    Exception thrown if an error occurs during a method invocation in a FEEL expression.
    See Also:
    Serialized Form
    • Field Detail

      • method

        protected String method
      • parameters

        protected String[] parameters
    • Constructor Detail

      • FeelMethodInvocationException

        public FeelMethodInvocationException​(String message,
                                             String method,
                                             String... parameters)
      • FeelMethodInvocationException

        public FeelMethodInvocationException​(String message,
                                             Throwable cause,
                                             String method,
                                             String... parameters)
    • Method Detail

      • getMethod

        public String getMethod()
      • getParameters

        public String[] getParameters()