org.camunda.bpm.dmn.feel.impl.juel
Class FeelMethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.dmn.feel.impl.FeelException
                  extended by org.camunda.bpm.dmn.feel.impl.juel.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 Summary
protected  String method
           
protected  String[] parameters
           
 
Constructor Summary
FeelMethodInvocationException(String message, String method, String... parameters)
           
FeelMethodInvocationException(String message, Throwable cause, String method, String... parameters)
           
 
Method Summary
 String getMethod()
           
 String[] getParameters()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 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()


Copyright © 2016 camunda services GmbH. All rights reserved.