#include <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 28 of file ErrorThrower.h.
ErrorThrower::ErrorThrower | ( | ) |
Definition at line 90 of file ErrorThrower.cc.
|
virtual |
Definition at line 99 of file ErrorThrower.cc.
|
pure virtual |
|
static |
Definition at line 132 of file ErrorThrower.cc.
Referenced by fwlite::Handle< Collection >::getByLabel().
|
static |
Definition at line 137 of file ErrorThrower.cc.
Referenced by fwlite::Handle< Collection >::getByLabel().
|
pure virtual |
Referenced by fwlite::Handle< Collection >::check().
|
static |
Definition at line 127 of file ErrorThrower.cc.