Public Member Function Documentation

new()
The object constructor.
Returns
(object) The new class object.
This function creates an AeException object.
getType()
Returns the exception type string.
Returns
(String) The type string of the exception.
This function calls the getType() method of the calling class and returns the value to the user.
getErrStr()
Returns the exception error string.
Returns
(String) The error string of the exception.
This function calls the getErrorString() method of the calling class and returns the value to the user.
getIsFatal()
Returns the exception fatal value.
Returns
(Boolean) The fatal value of the exception. 1 indicates the exception is fatal and 0 indicates the exception is non fatal.
This function calls the isFatal() method of the calling class and returns the value to the user.