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:
  • Field Details Link icon

    • method Link icon

      protected String method
    • parameters Link icon

      protected String[] parameters
  • Constructor Details Link icon

    • FeelMethodInvocationException Link icon

      public FeelMethodInvocationException(String message, String method, String... parameters)
    • FeelMethodInvocationException Link icon

      public FeelMethodInvocationException(String message, Throwable cause, String method, String... parameters)
  • Method Details Link icon

    • getMethod Link icon

      public String getMethod()
    • getParameters Link icon

      public String[] getParameters()