java.lang.Objecttelosys.objects.ScreenException
ScreenException object
This object contains an exception received in the XML ScreenResponse.
It is the "client-side" JavaScript object corresponding to any kind of Java exceptions thrown on the "server-side"
Constructor Summary | |
ScreenException(number num,
string exClass,
string exMessage)
Constructor |
Method Summary | |
string |
getClass_()
Returns the class name of the exception |
string |
getMessage()
Returns the message of the exception |
number |
getNum()
Returns the number of the exception |
string |
toString_()
Returns a description of the exception |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScreenException(number num, string exClass, string exMessage)
num
- exClass
- exMessage
- Method Detail |
public number getNum()
public string getClass_()
public string getMessage()
public string toString_()