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

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

public class FeelMissingVariableException
extends FeelException

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

See Also:
Serialized Form

Constructor Summary
FeelMissingVariableException(String message, String variable)
           
FeelMissingVariableException(String message, Throwable cause, String variable)
           
 
Method Summary
 String getVariable()
           
 
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
 

Constructor Detail

FeelMissingVariableException

public FeelMissingVariableException(String message,
                                    String variable)

FeelMissingVariableException

public FeelMissingVariableException(String message,
                                    Throwable cause,
                                    String variable)
Method Detail

getVariable

public String getVariable()


Copyright © 2016 camunda services GmbH. All rights reserved.