Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4HadReentrentException Class Reference

#include <G4HadReentrentException.hh>

Inheritance diagram for G4HadReentrentException:
G4HadronicException

Public Member Functions

 G4HadReentrentException (G4String in, G4int at, G4String mess)
 
virtual ~G4HadReentrentException () throw ()
 
void Report (std::ostream &aS)
 
- Public Member Functions inherited from G4HadronicException
 G4HadronicException (G4String in, G4int at, G4String mess)
 
virtual ~G4HadronicException () throw ()
 
void Report (std::ostream &aS)
 

Detailed Description

Definition at line 33 of file G4HadReentrentException.hh.

Constructor & Destructor Documentation

G4HadReentrentException::G4HadReentrentException ( G4String  in,
G4int  at,
G4String  mess 
)
inline

Definition at line 36 of file G4HadReentrentException.hh.

37  : G4HadronicException(in, at, mess) {}
G4HadronicException(G4String in, G4int at, G4String mess)
virtual G4HadReentrentException::~G4HadReentrentException ( )
throw (
)
inlinevirtual

Definition at line 38 of file G4HadReentrentException.hh.

38 {}

Member Function Documentation

void G4HadReentrentException::Report ( std::ostream &  aS)
inline

Definition at line 40 of file G4HadReentrentException.hh.

References G4HadronicException::Report().

Referenced by G4RPGAntiKZeroInelastic::ApplyYourself(), and G4RPGInelastic::CalculateMomenta().

41  {
42  aS<< "G4HadReentrentException:" <<std::endl;
44  }
void Report(std::ostream &aS)

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