com.graphbuilder.math.ExpressionParseException Class Reference

Exception thrown if expression cannot be parsed correctly. More...

List of all members.

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

Detailed Description

Exception thrown if expression cannot be parsed correctly.

See also:
com.graphbuilder.math.ExpressionTree

Definition at line 8 of file ExpressionParseException.java.


Constructor & Destructor Documentation

com.graphbuilder.math.ExpressionParseException.ExpressionParseException ( String  descrip,
int  index 
)

Definition at line 17 of file ExpressionParseException.java.


Member Function Documentation

String com.graphbuilder.math.ExpressionParseException.getDescription (  ) 
int com.graphbuilder.math.ExpressionParseException.getIndex (  ) 
String com.graphbuilder.math.ExpressionParseException.toString (  ) 

Member Data Documentation

final long com.graphbuilder.math.ExpressionParseException.serialVersionUID = 3976878419653066876L [static, private]

serial version

Definition at line 13 of file ExpressionParseException.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1