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

Exception thrown when something requested by the user does not exist. More...

#include <NoSuchThing.hpp>

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

List of all members.

Public Member Functions

 NoSuchThing (QString message)
virtual ~NoSuchThing () throw ()
virtual const char * what () const throw ()
void setMessage (QString message)

Private Member Functions

 NoSuchThing ()

Detailed Description

Exception thrown when something requested by the user does not exist.

Examples: tables, WMI namespaces.

Definition at line 31 of file NoSuchThing.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

void Confdump::RuntimeError::setMessage ( QString  message) [inherited]
const char * Confdump::RuntimeError::what ( ) const throw () [virtual, inherited]

Definition at line 38 of file RuntimeError.cpp.

References Confdump::RuntimeError::message_.

Referenced by main().


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