Exception thrown if expression cannot be parsed correctly. More...
Public Member Functions | |
ExpressionParseException (String descrip, int index) | |
String | getDescription () |
int | getIndex () |
String | toString () |
Private Attributes | |
String | descrip = null |
int | index = 0 |
Static Private Attributes | |
static final long | serialVersionUID = 3976878419653066876L |
serial version |
Exception thrown if expression cannot be parsed correctly.
Definition at line 8 of file ExpressionParseException.java.
com.graphbuilder.math.ExpressionParseException.ExpressionParseException | ( | String | descrip, | |
int | index | |||
) |
Definition at line 17 of file ExpressionParseException.java.
String com.graphbuilder.math.ExpressionParseException.getDescription | ( | ) |
Definition at line 22 of file ExpressionParseException.java.
References com.graphbuilder.math.ExpressionParseException.descrip.
Referenced by edu.rice.cs.hpc.viewer.metric.ExtDerivedMetricDlg.checkExpression().
int com.graphbuilder.math.ExpressionParseException.getIndex | ( | ) |
Definition at line 26 of file ExpressionParseException.java.
References com.graphbuilder.math.ExpressionParseException.index.
String com.graphbuilder.math.ExpressionParseException.toString | ( | ) |
Definition at line 30 of file ExpressionParseException.java.
References com.graphbuilder.math.ExpressionParseException.descrip, and com.graphbuilder.math.ExpressionParseException.index.
String com.graphbuilder.math.ExpressionParseException.descrip = null [private] |
Definition at line 14 of file ExpressionParseException.java.
Referenced by com.graphbuilder.math.ExpressionParseException.getDescription(), and com.graphbuilder.math.ExpressionParseException.toString().
int com.graphbuilder.math.ExpressionParseException.index = 0 [private] |
Definition at line 15 of file ExpressionParseException.java.
Referenced by com.graphbuilder.math.ExpressionParseException.getIndex(), and com.graphbuilder.math.ExpressionParseException.toString().
final long com.graphbuilder.math.ExpressionParseException.serialVersionUID = 3976878419653066876L [static, private] |
serial version
Definition at line 13 of file ExpressionParseException.java.