java.lang.Objecttelosys.objects.ScreenError
ScreenError object
This object contains an error message received in the XML ScreenResponse.
It is the "client-side" JavaScript object corresponding to the ScreenError Java object on the "server-side"
Constructor Summary | |
protected |
ScreenError(number code,
string text)
|
Method Summary | |
number |
getCode()
Returns the error code |
string |
getText()
Returns the error text |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected ScreenError(number code, string text)
Method Detail |
public number getCode()
public string getText()
public java.lang.String toString()