Class FeelMethodInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.dmn.feel.impl.FeelException
org.camunda.bpm.dmn.feel.impl.juel.FeelMethodInvocationException
All Implemented Interfaces:
Serializable

public class FeelMethodInvocationException extends org.camunda.bpm.dmn.feel.impl.FeelException
Exception thrown if an error occurs during a method invocation in a FEEL expression.
See Also:
  • Field Details

    • method

      protected String method
    • parameters

      protected String[] parameters
  • Constructor Details

    • FeelMethodInvocationException

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

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

    • getMethod

      public String getMethod()
    • getParameters

      public String[] getParameters()