WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/exceptionservice;1

This component implements the following interfaces:

Properties

readonly nsIExceptionManager nsIExceptionService.currentExceptionManager

Methods

InterfaceMethod
nsIExceptionManager nsIException getCurrentException ( )
nsIExceptionManager nsIException getExceptionFromProvider ( nsresult rc , nsIException defaultException )
nsIObserver void observe ( nsISupports subject , char* topic , PRUnichar* data )
nsIExceptionService void registerExceptionProvider ( nsIExceptionProvider provider , PRUint32 moduleCode )
nsIExceptionManager void setCurrentException ( nsIException error )
nsIExceptionService void unregisterExceptionProvider ( nsIExceptionProvider provider , PRUint32 moduleCode )

Reference documentation is generated from Mozilla's source.