Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VExceptionHandler Class Referenceabstract

#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
 

Detailed Description

Definition at line 55 of file G4VExceptionHandler.hh.

Constructor & Destructor Documentation

◆ G4VExceptionHandler()

G4VExceptionHandler::G4VExceptionHandler ( )

Definition at line 40 of file G4VExceptionHandler.cc.

41{
43 stateManager->SetExceptionHandler(this);
44}
static G4StateManager * GetStateManager()
void SetExceptionHandler(G4VExceptionHandler *eh)

◆ ~G4VExceptionHandler()

G4VExceptionHandler::~G4VExceptionHandler ( )
virtual

Definition at line 46 of file G4VExceptionHandler.cc.

47{
48}

Member Function Documentation

◆ Notify()

virtual G4bool G4VExceptionHandler::Notify ( const char *  originOfException,
const char *  exceptionCode,
G4ExceptionSeverity  severity,
const char *  description 
)
pure virtual

Implemented in G4ExceptionHandler.

Referenced by G4Exception().

◆ operator!=()

G4int G4VExceptionHandler::operator!= ( const G4VExceptionHandler right) const

Definition at line 67 of file G4VExceptionHandler.cc.

68{
69 return (this != &right);
70}

◆ operator==()

G4int G4VExceptionHandler::operator== ( const G4VExceptionHandler right) const

Definition at line 62 of file G4VExceptionHandler.cc.

63{
64 return (this == &right);
65}

The documentation for this class was generated from the following files: