#include <TSysEvtHandler.h>
Inheritance diagram for TStdExceptionHandler:
Public Types | |
enum | EStatus |
enum | EStatus |
Public Member Functions | |
TStdExceptionHandler () | |
virtual | ~TStdExceptionHandler () |
virtual void | Add () |
virtual void | Remove () |
virtual Bool_t | Notify () |
virtual EStatus | Handle (std::exception &exc)=0 |
TStdExceptionHandler () | |
virtual | ~TStdExceptionHandler () |
virtual void | Add () |
virtual void | Remove () |
virtual Bool_t | Notify () |
virtual EStatus | Handle (std::exception &exc)=0 |
Definition at line 175 of file TSysEvtHandler.h.
Definition at line 178 of file TSysEvtHandler.h.
Definition at line 178 of file TSysEvtHandler.h.
TStdExceptionHandler::TStdExceptionHandler | ( | ) |
Definition at line 191 of file TSysEvtHandler.cxx.
virtual TStdExceptionHandler::~TStdExceptionHandler | ( | ) | [inline, virtual] |
Definition at line 181 of file TSysEvtHandler.h.
TStdExceptionHandler::TStdExceptionHandler | ( | ) |
virtual TStdExceptionHandler::~TStdExceptionHandler | ( | ) | [inline, virtual] |
Definition at line 181 of file TSysEvtHandler.h.
void TStdExceptionHandler::Add | ( | ) | [virtual] |
Implements TSysEvtHandler.
Definition at line 209 of file TSysEvtHandler.cxx.
References TSysEvtHandler::Added(), TSystem::AddStdExceptionHandler(), and gSystem.
Referenced by TEveManager::TExceptionHandler::TExceptionHandler().
void TStdExceptionHandler::Remove | ( | ) | [virtual] |
Implements TSysEvtHandler.
Definition at line 220 of file TSysEvtHandler.cxx.
References gSystem, TSysEvtHandler::Removed(), and TSystem::RemoveStdExceptionHandler().
Referenced by TEveManager::TExceptionHandler::~TExceptionHandler().
Bool_t TStdExceptionHandler::Notify | ( | ) | [virtual] |
Implements TSysEvtHandler.
Definition at line 231 of file TSysEvtHandler.cxx.
References kFALSE, and TSysEvtHandler::Notified().
virtual EStatus TStdExceptionHandler::Handle | ( | std::exception & | exc | ) | [pure virtual] |
Referenced by TSystem::Run().
virtual void TStdExceptionHandler::Add | ( | ) | [virtual] |
Implements TSysEvtHandler.
virtual void TStdExceptionHandler::Remove | ( | ) | [virtual] |
Implements TSysEvtHandler.
virtual Bool_t TStdExceptionHandler::Notify | ( | ) | [virtual] |
Implements TSysEvtHandler.
virtual EStatus TStdExceptionHandler::Handle | ( | std::exception & | exc | ) | [pure virtual] |