#include <CodedException.h>
Public Types | |
typedef std::map< Code, std::string > | CodeMap |
Public Types inherited from cms::Exception | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
Public Member Functions | |
Code | categoryCode () const |
CodedException (Code category) | |
CodedException (Code category, const std::string &message) | |
CodedException (Code category, const std::string &message, const cms::Exception &another) | |
CodedException (const CodedException &other) | |
int | returnCode () const |
virtual | ~CodedException () 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) | |
virtual std::string | explainSelf () const |
CategoryList const & | history () const |
void | raise () |
std::string | rootCause () const |
virtual char const * | what () const throw () |
virtual | ~Exception () throw () |
Static Public Member Functions | |
static std::string | codeToString (Code) |
-----------— implementation details ---------------— More... | |
Private Attributes | |
Code | category_ |
Definition at line 23 of file CodedException.h.
typedef std::map<Code,std::string> edm::CodedException< Code >::CodeMap |
Definition at line 45 of file CodedException.h.
|
explicit |
Definition at line 71 of file CodedException.h.
edm::CodedException< Code >::CodedException | ( | Code | category, |
const std::string & | message | ||
) |
Definition at line 78 of file CodedException.h.
edm::CodedException< Code >::CodedException | ( | Code | category, |
const std::string & | message, | ||
const cms::Exception & | another | ||
) |
Definition at line 86 of file CodedException.h.
edm::CodedException< Code >::CodedException | ( | const CodedException< Code > & | other | ) |
Definition at line 95 of file CodedException.h.
|
virtual |
Definition at line 102 of file CodedException.h.
|
inline |
|
static |
-----------— implementation details ---------------—
Definition at line 60 of file CodedException.h.
References edm::getCodeTable(), and i.
|
inline |
|
private |
Definition at line 48 of file CodedException.h.
Referenced by edm::CodedException< Code >::categoryCode(), and edm::CodedException< Code >::returnCode().