Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ConversionFatalError Struct Reference

#include <G4ConversionFatalError.hh>

+ Inheritance diagram for G4ConversionFatalError:

Public Member Functions

void ReportError (const G4String &input, const G4String &message) const
 

Detailed Description

Definition at line 37 of file G4ConversionFatalError.hh.

Member Function Documentation

◆ ReportError()

void G4ConversionFatalError::ReportError ( const G4String & input,
const G4String & message ) const
inline

Definition at line 39 of file G4ConversionFatalError.hh.

39 {
41 ed <<input<<": "<<message<<G4endl;
42 G4Exception("G4ConversionFatalError::ReportError",
43 "greps0101", FatalErrorInArgument, ed);
44 }
@ FatalErrorInArgument
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
#define G4endl
Definition G4ios.hh:67

The documentation for this struct was generated from the following file: