|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoka.lang.Object
moka.lang.Error
The Error class has been designed to deal with error handling.
Constructor Summary | |
Error()
Constructs a newly allocated Error object that
can be used in a try ... |
|
Error(short errCode)
Constructs a newly allocated Error object that
can be used in a try ... |
Method Summary | |
String |
toString()
Returns a String object representing this
Error 's TI-Basic error message string. |
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Error(short errCode)
Error
object that
can be used in a try ... catch block.
errCode
- a TI-Basic error number.public Error()
Error
object that
can be used in a try ... catch block.
Method Detail |
public String toString()
String
object representing this
Error
's TI-Basic error message string.
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |