#include <NpstatException.h>
Public Member Functions | |
NpstatDomainError () | |
NpstatDomainError (const std::string &description) | |
virtual | ~NpstatDomainError () throw () |
Definition at line 63 of file NpstatException.h.
npstat::NpstatDomainError::NpstatDomainError | ( | ) | [inline] |
Definition at line 65 of file NpstatException.h.
: NpstatException("npstat::NpstatDomainError") {}
npstat::NpstatDomainError::NpstatDomainError | ( | const std::string & | description | ) | [inline, explicit] |
Definition at line 67 of file NpstatException.h.
: NpstatException(description) {}
virtual npstat::NpstatDomainError::~NpstatDomainError | ( | ) | throw () [inline, virtual] |
Definition at line 70 of file NpstatException.h.
{}