telosys.objects
Class ScreenException

java.lang.Object
  extended bytelosys.objects.ScreenException

public class ScreenException
extends java.lang.Object

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

ScreenException

public ScreenException(number num,
                       string exClass,
                       string exMessage)
Constructor

Parameters:
num -
exClass -
exMessage -
Method Detail

getNum

public number getNum()
Returns the number of the exception

Returns:
the exception number

getClass_

public string getClass_()
Returns the class name of the exception

Returns:
the exception class

getMessage

public string getMessage()
Returns the message of the exception

Returns:
the exception message

toString_

public string toString_()
Returns a description of the exception

Returns:
the exception description