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

QString-compatible bridge to the standard exception class. More...

#include <RuntimeError.hpp>

Inheritance diagram for Confdump::RuntimeError:
Confdump::NoSuchThing Confdump::System::Win32::SystemError Confdump::System::Wmi::Win32Error Confdump::NoSuchTable Confdump::System::Wmi::NoSuchNamespace Confdump::System::Wmi::ComError Confdump::System::Wmi::WmiError Confdump::System::Wmi::NoSuchClass

List of all members.

Public Member Functions

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

Private Attributes

QByteArray message_

Detailed Description

QString-compatible bridge to the standard exception class.

Definition at line 30 of file RuntimeError.hpp.


Constructor & Destructor Documentation

Definition at line 23 of file RuntimeError.cpp.

References setMessage().

Confdump::RuntimeError::~RuntimeError ( ) throw () [virtual]

Definition at line 34 of file RuntimeError.cpp.


Member Function Documentation

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

Definition at line 38 of file RuntimeError.cpp.

References message_.

Referenced by main().


Member Data Documentation

QByteArray Confdump::RuntimeError::message_ [private]

Definition at line 41 of file RuntimeError.hpp.

Referenced by setMessage(), and what().


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