public static class FlowExpressionParseUtil.FlowExpressionParseException
extends java.lang.Exception
getResult() to obtain a Result
that can be used for error reporting.| Modifier and Type | Field and Description |
|---|---|
java.lang.Object[] |
args |
| Constructor and Description |
|---|
FlowExpressionParseException(@CompilerMessageKey java.lang.String errorKey,
java.lang.Object... args) |
FlowExpressionParseException(java.lang.Throwable cause,
@CompilerMessageKey java.lang.String errorKey,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
Result |
getResult()
Return a Result that can be used for error reporting.
|
boolean |
isFlowParseError() |
public FlowExpressionParseException(@CompilerMessageKey java.lang.String errorKey, java.lang.Object... args)
public FlowExpressionParseException(java.lang.Throwable cause,
@CompilerMessageKey java.lang.String errorKey,
java.lang.Object... args)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic Result getResult()
public boolean isFlowParseError()