|
template<typename E , typename T > |
detail::Desired< E, detail::is_derived_or_same< Exception, E >::value >::type & | operator<< (E &e, T const &stuff) |
|
template<typename E , typename T > |
detail::Desired< E, detail::is_derived_or_same< Exception, E >::value >::type const & | operator<< (E const &e, T const &stuff) |
|
template<typename E > |
detail::Desired< E, detail::is_derived_or_same< Exception, E >::value >::type & | operator<< (E &e, std::ostream &(*f)(std::ostream &)) |
|
template<typename E > |
detail::Desired< E, detail::is_derived_or_same< Exception, E >::value >::type const & | operator<< (E const &e, std::ostream &(*f)(std::ostream &)) |
|
template<typename E > |
detail::Desired< E, detail::is_derived_or_same< Exception, E >::value >::type & | operator<< (E &e, std::ios_base &(*f)(std::ios_base &)) |
|
template<typename E > |
detail::Desired< E, detail::is_derived_or_same< Exception, E >::value >::type const & | operator<< (E const &e, std::ios_base &(*f)(std::ios_base &)) |
|
Definition at line 68 of file PFTrackAlgoTools.cc.
PFTrackAlgoTools::cms::Exception::Exception |
( |
std::string const & |
aCategory | ) |
|
|
explicit |
PFTrackAlgoTools::cms::Exception::Exception |
( |
char const * |
aCategory | ) |
|
|
explicit |
PFTrackAlgoTools::cms::Exception::Exception |
( |
std::string const & |
aCategory, |
|
|
std::string const & |
message |
|
) |
| |
PFTrackAlgoTools::cms::Exception::Exception |
( |
char const * |
aCategory, |
|
|
std::string const & |
message |
|
) |
| |
PFTrackAlgoTools::cms::Exception::Exception |
( |
std::string const & |
aCategory, |
|
|
char const * |
message |
|
) |
| |
PFTrackAlgoTools::cms::Exception::Exception |
( |
char const * |
aCategory, |
|
|
char const * |
message |
|
) |
| |
PFTrackAlgoTools::cms::Exception::Exception |
( |
std::string const & |
aCategory, |
|
|
std::string const & |
message, |
|
|
Exception const & |
another |
|
) |
| |
PFTrackAlgoTools::cms::Exception::Exception |
( |
Exception const & |
other | ) |
|
virtual PFTrackAlgoTools::cms::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
void PFTrackAlgoTools::cms::Exception::addAdditionalInfo |
( |
std::string const & |
info | ) |
|
void PFTrackAlgoTools::cms::Exception::addAdditionalInfo |
( |
char const * |
info | ) |
|
void PFTrackAlgoTools::cms::Exception::addContext |
( |
std::string const & |
context | ) |
|
void PFTrackAlgoTools::cms::Exception::addContext |
( |
char const * |
context | ) |
|
std::list<std::string> const& PFTrackAlgoTools::cms::Exception::additionalInfo |
( |
| ) |
const |
bool PFTrackAlgoTools::cms::Exception::alreadyPrinted |
( |
| ) |
const |
void PFTrackAlgoTools::cms::Exception::append |
( |
Exception const & |
another | ) |
|
void PFTrackAlgoTools::cms::Exception::append |
( |
std::string const & |
more_information | ) |
|
void PFTrackAlgoTools::cms::Exception::append |
( |
char const * |
more_information | ) |
|
std::string const& PFTrackAlgoTools::cms::Exception::category |
( |
| ) |
const |
void PFTrackAlgoTools::cms::Exception::clearAdditionalInfo |
( |
| ) |
|
void PFTrackAlgoTools::cms::Exception::clearContext |
( |
| ) |
|
void PFTrackAlgoTools::cms::Exception::clearMessage |
( |
| ) |
|
virtual Exception* PFTrackAlgoTools::cms::Exception::clone |
( |
| ) |
const |
|
virtual |
std::list<std::string> const& PFTrackAlgoTools::cms::Exception::context |
( |
| ) |
const |
virtual std::string PFTrackAlgoTools::cms::Exception::explainSelf |
( |
| ) |
const |
|
virtual |
std::list<std::string> PFTrackAlgoTools::cms::Exception::history |
( |
| ) |
const |
void PFTrackAlgoTools::cms::Exception::init |
( |
std::string const & |
message | ) |
|
|
private |
std::string PFTrackAlgoTools::cms::Exception::message |
( |
| ) |
const |
void PFTrackAlgoTools::cms::Exception::raise |
( |
| ) |
|
|
inline |
virtual void PFTrackAlgoTools::cms::Exception::rethrow |
( |
| ) |
|
|
privatevirtual |
int PFTrackAlgoTools::cms::Exception::returnCode |
( |
| ) |
const |
virtual int PFTrackAlgoTools::cms::Exception::returnCode_ |
( |
| ) |
const |
|
privatevirtual |
void PFTrackAlgoTools::cms::Exception::setAdditionalInfo |
( |
std::list< std::string > const & |
info | ) |
|
void PFTrackAlgoTools::cms::Exception::setAlreadyPrinted |
( |
bool |
value | ) |
|
void PFTrackAlgoTools::cms::Exception::setContext |
( |
std::list< std::string > const & |
context | ) |
|
void PFTrackAlgoTools::cms::Exception::swap |
( |
Exception & |
other | ) |
|
virtual char const* PFTrackAlgoTools::cms::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
template<typename E , typename T >
template<typename E , typename T >
Definition at line 238 of file Exception.h.
240 E& ref =
const_cast<E&
>(
e);
Definition at line 257 of file Exception.h.
259 E& ref =
const_cast<E&
>(
e);
Definition at line 277 of file Exception.h.
279 E& ref =
const_cast<E&
>(
e);
std::list<std::string> PFTrackAlgoTools::cms::Exception::additionalInfo_ |
|
private |
bool PFTrackAlgoTools::cms::Exception::alreadyPrinted_ |
|
private |
std::string PFTrackAlgoTools::cms::Exception::category_ |
|
private |
std::list<std::string> PFTrackAlgoTools::cms::Exception::context_ |
|
private |
std::ostringstream PFTrackAlgoTools::cms::Exception::ost_ |
|
private |
std::string PFTrackAlgoTools::cms::Exception::what_ |
|
mutableprivate |