#include <G4VExceptionHandler.hh>
Inheritance diagram for G4VExceptionHandler:

Public Member Functions | |
| G4VExceptionHandler () | |
| virtual | ~G4VExceptionHandler () |
| G4int | operator== (const G4VExceptionHandler &right) const |
| G4int | operator!= (const G4VExceptionHandler &right) const |
| virtual G4bool | Notify (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)=0 |
Definition at line 55 of file G4VExceptionHandler.hh.
| G4VExceptionHandler::G4VExceptionHandler | ( | ) |
Definition at line 40 of file G4VExceptionHandler.cc.
References G4StateManager::GetStateManager(), and G4StateManager::SetExceptionHandler().
00041 { 00042 G4StateManager * stateManager = G4StateManager::GetStateManager(); 00043 stateManager->SetExceptionHandler(this); 00044 }
| G4VExceptionHandler::~G4VExceptionHandler | ( | ) | [virtual] |
| virtual G4bool G4VExceptionHandler::Notify | ( | const char * | originOfException, | |
| const char * | exceptionCode, | |||
| G4ExceptionSeverity | severity, | |||
| const char * | description | |||
| ) | [pure virtual] |
| G4int G4VExceptionHandler::operator!= | ( | const G4VExceptionHandler & | right | ) | const |
| G4int G4VExceptionHandler::operator== | ( | const G4VExceptionHandler & | right | ) | const |
1.4.7