org.camunda.bpm.dmn.feel.impl.juel
Class FeelSyntaxException
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.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
feelExpression
protected String feelExpression
description
protected String description
FeelSyntaxException
public FeelSyntaxException(String message,
String feelExpression,
String description)
FeelSyntaxException
public FeelSyntaxException(String message,
String feelExpression,
String description,
Throwable cause)
getFeelExpression
public String getFeelExpression()
getDescription
public String getDescription()
Copyright © 2017 camunda services GmbH. All rights reserved.