Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ExceptionHandler.hh>
Public Member Functions | |
G4ExceptionHandler () | |
virtual | ~G4ExceptionHandler () |
G4bool | operator== (const G4ExceptionHandler &right) const |
G4bool | operator!= (const G4ExceptionHandler &right) const |
G4ExceptionHandler (const G4ExceptionHandler &)=delete | |
G4ExceptionHandler & | operator= (const G4ExceptionHandler &)=delete |
virtual G4bool | Notify (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description) |
Public Member Functions inherited from G4VExceptionHandler | |
G4VExceptionHandler () | |
virtual | ~G4VExceptionHandler ()=default |
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 44 of file G4ExceptionHandler.hh.
G4ExceptionHandler::G4ExceptionHandler | ( | ) |
Definition at line 53 of file G4ExceptionHandler.cc.
|
virtual |
Definition at line 56 of file G4ExceptionHandler.cc.
|
delete |
|
virtual |
Implements G4VExceptionHandler.
Definition at line 71 of file G4ExceptionHandler.cc.
G4bool G4ExceptionHandler::operator!= | ( | const G4ExceptionHandler & | right | ) | const |
Definition at line 65 of file G4ExceptionHandler.cc.
|
delete |
G4bool G4ExceptionHandler::operator== | ( | const G4ExceptionHandler & | right | ) | const |
Definition at line 59 of file G4ExceptionHandler.cc.