#include <CMSexception.h>
Public Member Functions | |
void | add (Genexception *in) throw () |
virtual cms::Exception * | clone (void) const |
void | dump (std::ostream &o, bool it=false) const throw () |
Genexception () throw () | |
Genexception (const std::string &mess) throw () | |
virtual void | rethrow (void) |
const std::string & | trace () const throw () |
virtual | ~Genexception () throw () |
Public Member Functions inherited from BaseGenexception | |
BaseGenexception () throw () | |
BaseGenexception (const std::string &mess) throw () | |
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 Member Functions | |
void | traceit () throw () |
Private Attributes | |
own_ptr< Genexception > | next |
std::string | trace_ |
Additional Inherited Members | |
Public Types inherited from cms::Exception | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
cms generic exception
Definition at line 59 of file CMSexception.h.
Genexception::Genexception | ( | ) | ||
throw | ( | |||
) |
Genexception::Genexception | ( | const std::string & | mess | ) | |
throw | ( | ||||
) |
Definition at line 62 of file CMSexception.cc.
|
virtual |
Definition at line 68 of file CMSexception.cc.
void Genexception::add | ( | Genexception * | in | ) | |
throw | ( | ||||
) |
Definition at line 70 of file CMSexception.cc.
References recoMuon::in.
|
inlinevirtual |
Reimplemented from BaseGenexception.
Definition at line 69 of file CMSexception.h.
References Genexception().
void Genexception::dump | ( | std::ostream & | o, |
bool | it = false |
||
) | const | ||
throw | ( | ||
) |
Definition at line 78 of file CMSexception.cc.
References connectstrParser::o, and GsfMatrixTools::trace().
Referenced by UncatchedException::dump().
|
inlinevirtual |
Reimplemented from BaseGenexception.
Definition at line 70 of file CMSexception.h.
|
inline |
|
private |
Definition at line 90 of file CMSexception.cc.
References a, BackTrace::trace(), and trace_.
Referenced by Genexception().
|
private |
Definition at line 78 of file CMSexception.h.
|
private |
Definition at line 76 of file CMSexception.h.