Geant4 9.6.0
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 38 of file G4ConversionFatalError.hh.

Member Function Documentation

◆ ReportError()

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

Definition at line 40 of file G4ConversionFatalError.hh.

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

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