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

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

public class FeelSyntaxException
extends FeelException

Exception thrown if the syntax of a FEEL expression is invalid.

See Also:
Serialized Form

Field Summary
protected  String description
           
protected  String feelExpression
           
 
Constructor Summary
FeelSyntaxException(String message, String feelExpression, String description)
           
FeelSyntaxException(String message, String feelExpression, String description, Throwable cause)
           
 
Method Summary
 String getDescription()
           
 String getFeelExpression()
           
 
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

feelExpression

protected String feelExpression

description

protected String description
Constructor Detail

FeelSyntaxException

public FeelSyntaxException(String message,
                           String feelExpression,
                           String description)

FeelSyntaxException

public FeelSyntaxException(String message,
                           String feelExpression,
                           String description,
                           Throwable cause)
Method Detail

getFeelExpression

public String getFeelExpression()

getDescription

public String getDescription()


Copyright © 2016 camunda services GmbH. All rights reserved.