KParts
KParts::ScriptableExtension::Exception Struct Reference
Returned from operations to denote a failure. More...
#include <scriptableextension.h>
Public Member Functions | |
| Exception () | |
| Exception (const QString &msg) | |
Public Attributes | |
| QString | message |
Detailed Description
Returned from operations to denote a failure.
May not be passed in as a parameter, only returned
Definition at line 68 of file scriptableextension.h.
Constructor & Destructor Documentation
| KParts::ScriptableExtension::Exception::Exception | ( | ) | [inline] |
Definition at line 74 of file scriptableextension.h.
| KParts::ScriptableExtension::Exception::Exception | ( | const QString & | msg | ) | [inline] |
Definition at line 75 of file scriptableextension.h.
Member Data Documentation
Error message returned from the callee.
This should be assumed to be low-level (in particular, it might not be translated) and should only be displayed in low-level debugging tools and the like.
Definition at line 72 of file scriptableextension.h.
The documentation for this struct was generated from the following file:
KDE 4.6 API Reference