Exception Methods
The methods defined in the Exception class are summarized in the following table.
Method | Description |
---|---|
createSOAPMessage | Returns a string representing a SOAP fault message |
debug | Displays current process stack information, and enables you to inspect variables |
defaultHandler | Calls the showDialog method to display the default exception dialog |
errorObject | Returns the object reference in error |
initializationHandler | Placeholder for a user-defined exception handler for use during the Jade initialization process |
logExceptionHistory | Logs the exception stack history of each nested exception |
logProcessHistory | Logs the call stack history |
logSelf | Appends a description of the exception object to a file |
setErrorObject | Saves a reference to the error object in the exception instance |
showDialog | Displays the default exception dialog |
text | Returns the error text associated with the errorCode property exception |