

Public Member Functions | |
| Error (String s) | |
| Constructor. | |
| String | toString () |
| Describe the error. | |
Private Attributes | |
| String | s |
| A string describing the error. | |
This feature is not really implemented but in principle the Parser class could work out where an error occurred and report it so that CalculatorApplet could move the caret to the position appropriate for correcting the error
| jscicalc.Error.Error | ( | String | s | ) |
Constructor.
| s | A string describing the error |
Referenced by jscicalc.expression.jscicalc.expression.Dyadic< E extends jscicalc.pobject.PObject >.substitute().
| String jscicalc.Error.toString | ( | ) |
String jscicalc.Error.s [private] |
1.5.5