Confdump Agent
1.4.0
|
Exception thrown when something requested by the user does not exist. More...
#include <NoSuchThing.hpp>
Public Member Functions | |
NoSuchThing (QString message) | |
virtual | ~NoSuchThing () throw () |
virtual const char * | what () const throw () |
void | setMessage (QString message) |
Private Member Functions | |
NoSuchThing () |
Exception thrown when something requested by the user does not exist.
Examples: tables, WMI namespaces.
Definition at line 31 of file NoSuchThing.hpp.
Confdump::NoSuchThing::NoSuchThing | ( | ) | [private] |
Confdump::NoSuchThing::NoSuchThing | ( | QString | message | ) | [explicit] |
Definition at line 23 of file NoSuchThing.cpp.
Confdump::NoSuchThing::~NoSuchThing | ( | ) | throw () [virtual] |
Definition at line 28 of file NoSuchThing.cpp.
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().
const char * Confdump::RuntimeError::what | ( | ) | const throw () [virtual, inherited] |
Definition at line 38 of file RuntimeError.cpp.
References Confdump::RuntimeError::message_.
Referenced by main().