#include <ErrorThrower.h>
Definition at line 28 of file ErrorThrower.h.
ErrorThrower::ErrorThrower |
( |
| ) |
|
ErrorThrower::~ErrorThrower |
( |
| ) |
|
|
virtual |
ErrorThrower * ErrorThrower::errorThrowerBranchNotFoundException |
( |
const std::type_info & |
iType, |
|
|
const char * |
iModule, |
|
|
const char * |
iInstance, |
|
|
const char * |
iProcess |
|
) |
| |
|
static |
Definition at line 132 of file ErrorThrower.cc.
133 return new NoBranchErrorThrower(iType,iModule,iInstance,iProcess);
ErrorThrower * ErrorThrower::errorThrowerProductNotFoundException |
( |
const std::type_info & |
iType, |
|
|
const char * |
iModule, |
|
|
const char * |
iInstance, |
|
|
const char * |
iProcess |
|
) |
| |
|
static |
Definition at line 137 of file ErrorThrower.cc.
138 return new NoProductErrorThrower(iType,iModule,iInstance,iProcess);
virtual void fwlite::ErrorThrower::throwIt |
( |
| ) |
const |
|
pure virtual |