Class FeelMethodInvocationException

  • All Implemented Interfaces:
    java.io.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String method  
      protected java.lang.String[] parameters  
    • Constructor Summary

      Constructors 
      Constructor Description
      FeelMethodInvocationException​(java.lang.String message, java.lang.String method, java.lang.String... parameters)  
      FeelMethodInvocationException​(java.lang.String message, java.lang.Throwable cause, java.lang.String method, java.lang.String... parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMethod()  
      java.lang.String[] getParameters()  
      • 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

      • method

        protected java.lang.String method
      • parameters

        protected java.lang.String[] parameters
    • Constructor Detail

      • FeelMethodInvocationException

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

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

      • getMethod

        public java.lang.String getMethod()
      • getParameters

        public java.lang.String[] getParameters()