Geant4-11
Public Member Functions
G4ConversionFatalError Struct Reference

#include <G4ConversionFatalError.hh>

Inheritance diagram for G4ConversionFatalError:
G4AttValueFilterT< T, ConversionErrorPolicy > G4DimensionedType< T, ConversionErrorPolicy >

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)
Definition: G4Exception.cc:35
std::ostringstream G4ExceptionDescription
Definition: G4Exception.hh:40
#define G4endl
Definition: G4ios.hh:57

References FatalErrorInArgument, G4endl, and G4Exception().


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