public static class FlowExpressionParseUtil.FlowExpressionParseException extends Exception
getResult()
to obtain a Result
that can be used for error reporting.Constructor and Description |
---|
FlowExpressionParseException(@CompilerMessageKey String errorKey,
Object... args) |
FlowExpressionParseException(Throwable cause,
@CompilerMessageKey String errorKey,
Object... args) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Result |
getResult()
Return a Result that can be used for error reporting.
|
boolean |
isFlowParseError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final Object[] args
public FlowExpressionParseException(@CompilerMessageKey String errorKey, Object... args)
public FlowExpressionParseException(Throwable cause, @CompilerMessageKey String errorKey, Object... args)
public String getMessage()
getMessage
in class Throwable
public Result getResult()
public boolean isFlowParseError()