#include <DataFormats/FWLite/interface/ErrorThrower.h>
Public Member Functions | |
virtual ErrorThrower * | clone () const =0 |
ErrorThrower () | |
virtual void | throwIt () const =0 |
virtual | ~ErrorThrower () |
Static Public Member Functions | |
static ErrorThrower * | errorThrowerBranchNotFoundException (const std::type_info &, const char *, const char *, const char *) |
static ErrorThrower * | errorThrowerProductNotFoundException (const std::type_info &, const char *, const char *, const char *) |
static ErrorThrower * | unsetErrorThrower () |
Definition at line 30 of file ErrorThrower.h.
ErrorThrower::ErrorThrower | ( | ) |
ErrorThrower::~ErrorThrower | ( | ) | [virtual] |
virtual ErrorThrower* fwlite::ErrorThrower::clone | ( | ) | const [pure virtual] |
ErrorThrower * ErrorThrower::errorThrowerBranchNotFoundException | ( | const std::type_info & | iType, | |
const char * | iModule, | |||
const char * | iInstance, | |||
const char * | iProcess | |||
) | [static] |
ErrorThrower * ErrorThrower::errorThrowerProductNotFoundException | ( | const std::type_info & | iType, | |
const char * | iModule, | |||
const char * | iInstance, | |||
const char * | iProcess | |||
) | [static] |
virtual void fwlite::ErrorThrower::throwIt | ( | ) | const [pure virtual] |
Referenced by fwlite::Handle< T >::check().
ErrorThrower * ErrorThrower::unsetErrorThrower | ( | ) | [static] |