#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 | addAdditionalInfo (std::string const &info) |
void | addAdditionalInfo (char const *info) |
void | addContext (std::string const &context) |
void | addContext (char const *context) |
std::list< std::string > const & | additionalInfo () const |
bool | alreadyPrinted () const |
void | append (Exception const &another) |
void | append (std::string const &more_information) |
void | append (char const *more_information) |
std::string const & | category () const |
void | clearAdditionalInfo () |
void | clearContext () |
void | clearMessage () |
std::list< std::string > const & | context () const |
Exception (std::string const &aCategory) | |
Exception (char const *aCategory) | |
Exception (std::string const &aCategory, std::string const &message) | |
Exception (char const *aCategory, std::string const &message) | |
Exception (std::string const &aCategory, char const *message) | |
Exception (char const *aCategory, char const *message) | |
Exception (std::string const &aCategory, std::string const &message, Exception const &another) | |
Exception (Exception const &other) | |
std::list< std::string > | history () const |
std::string | message () const |
Exception & | operator= (Exception const &other) |
void | raise () |
int | returnCode () const |
void | setAdditionalInfo (std::list< std::string > const &info) |
void | setAlreadyPrinted (bool value) |
void | setContext (std::list< std::string > const &context) |
void | swap (Exception &other) |
virtual | ~Exception () throw () |
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 |