public static class FlowExpressionParseUtil.FlowExpressionParseException extends Exception
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 |
---|---|
Result |
getResult() |
boolean |
isFlowParseError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 Result getResult()
public boolean isFlowParseError()