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:
- java.io.Serializable
 
 public class FeelSyntaxException extends FeelException Exception thrown if the syntax of a FEEL expression is invalid.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringfeelExpression
 - 
Constructor SummaryConstructors Constructor Description FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description)FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description, java.lang.Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetFeelExpression()
 
- 
- 
- 
Constructor Detail- 
FeelSyntaxExceptionpublic FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description)
 - 
FeelSyntaxExceptionpublic FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description, java.lang.Throwable cause)
 
- 
 
-