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

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.FeelMissingFunctionException
All Implemented Interfaces:
Serializable

public class FeelMissingFunctionException
extends FeelException

Exception thrown if a method used in a FEEL expression is not available.

See Also:
Serialized Form

Field Summary
protected  String function
           
 
Constructor Summary
FeelMissingFunctionException(String message, String function)
           
FeelMissingFunctionException(String message, Throwable cause, String function)
           
 
Method Summary
 String getFunction()
           
 
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

function

protected String function
Constructor Detail

FeelMissingFunctionException

public FeelMissingFunctionException(String message,
                                    String function)

FeelMissingFunctionException

public FeelMissingFunctionException(String message,
                                    Throwable cause,
                                    String function)
Method Detail

getFunction

public String getFunction()


Copyright © 2017 camunda services GmbH. All rights reserved.