G4ConversionFatalError Struct Reference

#include <G4ConversionFatalError.hh>


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

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

Definition at line 40 of file G4ConversionFatalError.hh.

References FatalErrorInArgument, G4endl, and G4Exception().

00040                                                                          {
00041     G4ExceptionDescription ed; 
00042     ed <<input<<": "<<message<<G4endl;
00043     G4Exception("G4ConversionFatalError::ReportError",
00044                 "greps0101", FatalErrorInArgument, ed);
00045   }


The documentation for this struct was generated from the following file:
Generated on Mon May 27 17:51:42 2013 for Geant4 by  doxygen 1.4.7