#include <NpstatException.h>
Public Member Functions | |
NpstatException () | |
NpstatException (const std::string &description) | |
NpstatException (const char *description) | |
virtual | ~NpstatException () throw () |
Base class for the exceptions specific to the npstat namespace
Definition at line 20 of file NpstatException.h.
npstat::NpstatException::NpstatException | ( | ) | [inline] |
Definition at line 22 of file NpstatException.h.
: cms::Exception("npstat::NpstatException") {}
npstat::NpstatException::NpstatException | ( | const std::string & | description | ) | [inline, explicit] |
Definition at line 24 of file NpstatException.h.
: cms::Exception(description) {}
npstat::NpstatException::NpstatException | ( | const char * | description | ) | [inline, explicit] |
Definition at line 27 of file NpstatException.h.
: cms::Exception(description) {}
virtual npstat::NpstatException::~NpstatException | ( | ) | throw () [inline, virtual] |
Definition at line 30 of file NpstatException.h.
{}