#include <CMSexception.h>
Public Member Functions | |
BaseGenexception () throw () | |
BaseGenexception (const std::string &mess) throw () | |
virtual cms::Exception * | clone (void) const |
virtual void | rethrow (void) |
virtual const char * | what () const throw () |
virtual | ~BaseGenexception () throw () |
Public Member Functions inherited from CMSexception | |
CMSexception () throw () | |
virtual std::string | explainSelf (void) const |
virtual | ~CMSexception () throw () |
Public Member Functions inherited from cms::Exception | |
void | append (Exception const &another) |
void | append (std::string const &more_information) |
void | append (char const *more_information) |
std::string | category () const |
Exception (Category const &category) | |
Exception (Category const &category, std::string const &message) | |
Exception (Category const &category, std::string const &message, Exception const &another) | |
Exception (Exception const &other) | |
CategoryList const & | history () const |
void | raise () |
std::string | rootCause () const |
virtual | ~Exception () throw () |
Private Attributes | |
std::string | message |
Additional Inherited Members | |
Public Types inherited from cms::Exception | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
base generic exception
Definition at line 39 of file CMSexception.h.
BaseGenexception::BaseGenexception | ( | ) | ||
throw | ( | |||
) |
BaseGenexception::BaseGenexception | ( | const std::string & | mess | ) | |
throw | ( | ||||
) |
Definition at line 50 of file CMSexception.cc.
|
virtual |
Definition at line 53 of file CMSexception.cc.
|
inlinevirtual |
Reimplemented from cms::Exception.
Reimplemented in Genexception.
Definition at line 45 of file CMSexception.h.
References BaseGenexception().
|
inlinevirtual |
Reimplemented from cms::Exception.
Reimplemented in Genexception.
Definition at line 46 of file CMSexception.h.
|
inlinevirtual |
|
private |
Definition at line 49 of file CMSexception.h.
Referenced by what().