Confdump Agent
1.4.0
|
QString-compatible bridge to the standard exception class. More...
#include <RuntimeError.hpp>
Public Member Functions | |
RuntimeError (QString message) | |
virtual | ~RuntimeError () throw () |
virtual const char * | what () const throw () |
void | setMessage (QString message) |
Private Attributes | |
QByteArray | message_ |
QString-compatible bridge to the standard exception class.
Definition at line 30 of file RuntimeError.hpp.
Confdump::RuntimeError::RuntimeError | ( | QString | message | ) |
Definition at line 23 of file RuntimeError.cpp.
References setMessage().
Confdump::RuntimeError::~RuntimeError | ( | ) | throw () [virtual] |
Definition at line 34 of file RuntimeError.cpp.
void Confdump::RuntimeError::setMessage | ( | QString | message | ) |
Definition at line 29 of file RuntimeError.cpp.
References message_.
Referenced by Confdump::System::Wmi::ComError::ComError(), RuntimeError(), Confdump::System::Win32::SystemError::SystemError(), and Confdump::System::Wmi::WmiError::WmiError().
const char * Confdump::RuntimeError::what | ( | ) | const throw () [virtual] |
QByteArray Confdump::RuntimeError::message_ [private] |
Definition at line 41 of file RuntimeError.hpp.
Referenced by setMessage(), and what().