KParts
KParts::ScriptableExtension::Exception Struct Reference
#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
§ Exception() [1/2]
|
inline |
Definition at line 74 of file scriptableextension.h.
§ Exception() [2/2]
|
inline |
Definition at line 75 of file scriptableextension.h.
Member Data Documentation
§ message
QString KParts::ScriptableExtension::Exception::message |
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:21:48 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:21:48 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.