#include <CMSexception.h>
Public Member Functions | |
CMSexception () throw () | |
virtual std::string | explainSelf (void) const |
virtual const char * | what () const =0 throw () |
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 () |
Additional Inherited Members | |
Public Types inherited from cms::Exception | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
base CMSexception
Definition at line 14 of file CMSexception.h.
|
inline |
Definition at line 16 of file CMSexception.h.
|
inlinevirtual |
Definition at line 17 of file CMSexception.h.
|
inlinevirtual |
Reimplemented from cms::Exception.
Reimplemented in Fastexception.
Definition at line 19 of file CMSexception.h.
References what().
|
pure virtual |
Reimplemented from cms::Exception.
Implemented in BaseGenexception, and Fastexception.
Referenced by explainSelf().