|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VExceptionHandler.hh>
Inheritance diagram for G4VExceptionHandler:Public Member Functions | |
| G4VExceptionHandler () | |
| virtual | ~G4VExceptionHandler () |
| G4bool | operator== (const G4VExceptionHandler &right) const |
| G4bool | operator!= (const G4VExceptionHandler &right) const |
| virtual G4bool | Notify (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)=0 |
Definition at line 43 of file G4VExceptionHandler.hh.
| G4VExceptionHandler::G4VExceptionHandler | ( | ) |
Definition at line 34 of file G4VExceptionHandler.cc.
|
virtual |
Definition at line 40 of file G4VExceptionHandler.cc.
|
pure virtual |
Implemented in G4ExceptionHandler.
Referenced by G4Exception().
| G4bool G4VExceptionHandler::operator!= | ( | const G4VExceptionHandler & | right | ) | const |
Definition at line 63 of file G4VExceptionHandler.cc.
| G4bool G4VExceptionHandler::operator== | ( | const G4VExceptionHandler & | right | ) | const |
Definition at line 58 of file G4VExceptionHandler.cc.