Retrieves an exception-detail object from the exception object.
Syntax
public CWConnectorExceptionObject getExceptionObject();
Parameters
None.
Return values
A CWConnectorExceptionObject object that contains the additional exception information.
Exceptions
None.
Notes
The getExceptionObject() method retrieves exception-detail information, in the form of a CWConnectorExceptionObject, from the exception object. You can use methods of the CWConnectorExceptionObject class to obtain exception information such as the message text, message number, and message explanation.
See also