| 
    Confdump Agent
    1.4.0
    
   
   | 
  
  
  
 
Thrown when a non-existing WMI namespace has been requested. More...
#include <NoSuchNamespace.hpp>
  
 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_ | 
Thrown when a non-existing WMI namespace has been requested.
Definition at line 36 of file NoSuchNamespace.hpp.
| Confdump::System::Wmi::NoSuchNamespace::NoSuchNamespace | ( | ) |  [private] | 
        
| Confdump::System::Wmi::NoSuchNamespace::NoSuchNamespace | ( | QString | ns | ) |  [explicit] | 
        
Definition at line 29 of file NoSuchNamespace.cpp.
| Confdump::System::Wmi::NoSuchNamespace::~NoSuchNamespace | ( | ) |  [virtual] | 
        
Definition at line 35 of file NoSuchNamespace.cpp.
| HRESULT Confdump::System::Wmi::NoSuchNamespace::hresult | ( | ) |  [static] | 
        
Definition at line 39 of file NoSuchNamespace.cpp.
| QString Confdump::System::Wmi::NoSuchNamespace::ns | ( | ) | const | 
Definition at line 44 of file NoSuchNamespace.cpp.
References ns_.
| 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().
QString Confdump::System::Wmi::NoSuchNamespace::ns_ [private] | 
        
Definition at line 49 of file NoSuchNamespace.hpp.
Referenced by ns().
 1.7.6.1