public class FeelSyntaxException extends FeelException
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
feelExpression |
Constructor and Description |
---|
FeelSyntaxException(String message,
String feelExpression,
String description) |
FeelSyntaxException(String message,
String feelExpression,
String description,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getFeelExpression() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2022. All rights reserved.