Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Private Member Functions | Private Attributes
Confdump::NoSuchTable Class Reference

Exception thrown when a requested table does not exist. More...

#include <NoSuchTable.hpp>

Inheritance diagram for Confdump::NoSuchTable:
Confdump::NoSuchThing Confdump::RuntimeError Confdump::System::Wmi::NoSuchClass

List of all members.

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_

Detailed Description

Exception thrown when a requested table does not exist.

Definition at line 28 of file NoSuchTable.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

void Confdump::RuntimeError::setMessage ( QString  message) [inherited]
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().


Member Data Documentation

QString Confdump::NoSuchTable::table_ [private]

Definition at line 40 of file NoSuchTable.hpp.

Referenced by table().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends