Confdump Agent
1.4.0
|
Thrown when a non-existing WMI class has been requested. More...
#include <NoSuchClass.hpp>
Public Member Functions | |
NoSuchClass (QString ns) | |
virtual | ~NoSuchClass () |
QString | table () const |
virtual const char * | what () const throw () |
void | setMessage (QString message) |
Static Public Member Functions | |
static HRESULT | hresult () |
Private Member Functions | |
NoSuchClass () |
Thrown when a non-existing WMI class has been requested.
Definition at line 36 of file NoSuchClass.hpp.
Confdump::System::Wmi::NoSuchClass::NoSuchClass | ( | ) | [private] |
Confdump::System::Wmi::NoSuchClass::NoSuchClass | ( | QString | ns | ) | [explicit] |
Definition at line 30 of file NoSuchClass.cpp.
Confdump::System::Wmi::NoSuchClass::~NoSuchClass | ( | ) | [virtual] |
Definition at line 35 of file NoSuchClass.cpp.
HRESULT Confdump::System::Wmi::NoSuchClass::hresult | ( | ) | [static] |
Definition at line 39 of file NoSuchClass.cpp.
Referenced by Confdump::System::Wmi::WbemServices::execQuery().
void Confdump::RuntimeError::setMessage | ( | QString | message | ) | [inherited] |
Definition at line 29 of file RuntimeError.cpp.
References Confdump::RuntimeError::message_.
Referenced by Confdump::System::Wmi::ComError::ComError(), Confdump::RuntimeError::RuntimeError(), Confdump::System::Win32::SystemError::SystemError(), and Confdump::System::Wmi::WmiError::WmiError().
QString Confdump::NoSuchTable::table | ( | ) | const [inherited] |
Definition at line 38 of file NoSuchTable.cpp.
References Confdump::NoSuchTable::table_.
const char * Confdump::RuntimeError::what | ( | ) | const throw () [virtual, inherited] |
Definition at line 38 of file RuntimeError.cpp.
References Confdump::RuntimeError::message_.
Referenced by main().