import "nsIException.idl";
Inheritance diagram for nsIException:
Collaboration diagram for nsIException:Public Member Functions | |
| string | toString () |
Public Attributes | |
| readonly attribute string | message |
| readonly attribute nsresult | result |
| readonly attribute string | name |
| readonly attribute string | filename |
| readonly attribute PRUint32 | lineNumber |
| readonly attribute PRUint32 | columnNumber |
| readonly attribute nsIStackFrame | location |
| readonly attribute nsIException | inner |
| readonly attribute nsISupports | data |
| string nsIException::toString | ( | ) |
| readonly attribute PRUint32 nsIException::columnNumber |
| readonly attribute nsISupports nsIException::data |
| readonly attribute string nsIException::filename |
| readonly attribute nsIException nsIException::inner |
| readonly attribute PRUint32 nsIException::lineNumber |
| readonly attribute nsIStackFrame nsIException::location |
| readonly attribute string nsIException::message |
| readonly attribute string nsIException::name |
| readonly attribute nsresult nsIException::result |
1.7.1