| Package | Description |
|---|---|
| com.graphbuilder.curve |
| Modifier and Type | Field and Description |
|---|---|
private ExpressionParseException |
ControlStringParseException.epe |
| Modifier and Type | Method and Description |
|---|---|
ExpressionParseException |
ControlStringParseException.getExpressionParseException()
Returns an ExpressionParseException if an expression in the control-string could not be
parsed correctly or null if this was not the problem.
|
| Constructor and Description |
|---|
ControlStringParseException(java.lang.String descrip,
int fromIndex,
int toIndex,
ExpressionParseException epe)
Constructor with a description, index range and ExpressionParseException.
|