|
Confdump Agent
1.4.0
|
Exception thrown when a requested table does not exist. More...
#include <NoSuchTable.hpp>
Public Member Functions | |
| NoSuchTable (QString table) | |
| NoSuchTable (QString message, QString table) | |
| virtual | ~NoSuchTable () throw () |
| QString | table () const |
| virtual const char * | what () const throw () |
| void | setMessage (QString message) |
Private Member Functions | |
| NoSuchTable () | |
Private Attributes | |
| QString | table_ |
Exception thrown when a requested table does not exist.
Definition at line 28 of file NoSuchTable.hpp.
| Confdump::NoSuchTable::NoSuchTable | ( | ) | [private] |
| Confdump::NoSuchTable::NoSuchTable | ( | QString | table | ) | [explicit] |
Definition at line 23 of file NoSuchTable.cpp.
| Confdump::NoSuchTable::NoSuchTable | ( | QString | message, |
| QString | table | ||
| ) |
Definition at line 29 of file NoSuchTable.cpp.
| Confdump::NoSuchTable::~NoSuchTable | ( | ) | throw () [virtual] |
Definition at line 34 of file NoSuchTable.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().
| QString Confdump::NoSuchTable::table | ( | ) | const |
Definition at line 38 of file NoSuchTable.cpp.
References 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().
QString Confdump::NoSuchTable::table_ [private] |
Definition at line 40 of file NoSuchTable.hpp.
Referenced by table().
1.7.6.1