public class DependentTypesError extends Object
Modifier and Type | Field and Description |
---|---|
String |
error |
String |
expression |
Constructor and Description |
---|
DependentTypesError(String error) |
DependentTypesError(String expression,
FlowExpressionParseUtil.FlowExpressionParseException e) |
DependentTypesError(String expression,
String error) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static boolean |
isExpressionError(String expression)
Returns whether or not the given expression string is an error.
|
String |
toString() |
public DependentTypesError(String expression, FlowExpressionParseUtil.FlowExpressionParseException e)
public DependentTypesError(String error)
public static boolean isExpressionError(String expression)
expression
- expression string to test