#include <CMSexception.h>
Public Member Functions | |
virtual cms::Exception * | clone (void) const |
virtual std::string | explainSelf (void) const |
Fastexception () throw () | |
virtual void | rethrow (void) |
virtual const char * | what () const throw () |
virtual | ~Fastexception () throw () |
Public Member Functions inherited from CMSexception | |
CMSexception () 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 |
fast exception
Definition at line 24 of file CMSexception.h.
|
inline |
|
inlinevirtual |
Definition at line 27 of file CMSexception.h.
|
inlinevirtual |
Reimplemented from cms::Exception.
Definition at line 30 of file CMSexception.h.
References Fastexception().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |