![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiGSL/IGslErrorHandler.h>
Inheritance diagram for IGslErrorHandler:


Definition at line 20 of file IGslErrorHandler.h.
Public Member Functions | |
| virtual StatusCode | handle (const GslError &error) const =0 |
| handle the GSL error | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| the unique interface identifier (static) | |
Protected Member Functions | |
| virtual | ~IGslErrorHandler () |
| destructor (virtual and protected) | |
| virtual IGslErrorHandler::~IGslErrorHandler | ( | ) | [inline, protected, virtual] |
| static const InterfaceID& IGslErrorHandler::interfaceID | ( | ) | [inline, static] |
the unique interface identifier (static)
Reimplemented from IAlgTool.
Definition at line 29 of file IGslErrorHandler.h.
References IID_IGslErrorHandler.
00029 { return IID_IGslErrorHandler; }
| virtual StatusCode IGslErrorHandler::handle | ( | const GslError & | error | ) | const [pure virtual] |
handle the GSL error
| error | error to be handled |
Implemented in GslErrorCount, GslErrorException, and GslErrorPrint.