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

Thrown when a non-existing WMI namespace has been requested. More...

#include <NoSuchNamespace.hpp>

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static HRESULT hresult ()

Private Member Functions

 NoSuchNamespace ()

Private Attributes

QString ns_

Detailed Description

Thrown when a non-existing WMI namespace has been requested.

Definition at line 36 of file NoSuchNamespace.hpp.


Constructor & Destructor Documentation

Definition at line 29 of file NoSuchNamespace.cpp.

Definition at line 35 of file NoSuchNamespace.cpp.


Member Function Documentation

Definition at line 39 of file NoSuchNamespace.cpp.

Definition at line 44 of file NoSuchNamespace.cpp.

References ns_.

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().


Member Data Documentation

Definition at line 49 of file NoSuchNamespace.hpp.

Referenced by ns().


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