#include <G4VExceptionHandler.hh>
Definition at line 43 of file G4VExceptionHandler.hh.
◆ G4VExceptionHandler() [1/2]
G4VExceptionHandler::G4VExceptionHandler |
( |
| ) |
|
◆ ~G4VExceptionHandler()
G4VExceptionHandler::~G4VExceptionHandler |
( |
| ) |
|
|
virtual |
◆ G4VExceptionHandler() [2/2]
◆ Notify()
virtual G4bool G4VExceptionHandler::Notify |
( |
const char * |
originOfException, |
|
|
const char * |
exceptionCode, |
|
|
G4ExceptionSeverity |
severity, |
|
|
const char * |
description |
|
) |
| |
|
pure virtual |
◆ operator!=()
◆ operator=()
Definition at line 47 of file G4VExceptionHandler.cc.
49{
50 if(&right == this)
51 {
52 return *this;
53 }
54 *this = right;
55 return *this;
56}
◆ operator==()
The documentation for this class was generated from the following files: