Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4HadReentrentException Class Reference

#include <G4HadReentrentException.hh>

Inheritance diagram for G4HadReentrentException:
Collaboration diagram for G4HadReentrentException:

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.

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

Here is the call graph for this function:

Here is the caller graph for this function:


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