#include <G4HadronicException.hh>
Definition at line 33 of file G4HadronicException.hh.
Definition at line 36 of file G4HadronicException.hh.
44 if(getenv(
"DumpCoreOnHadronicException") )
47 "Fatal problem in above location");
G4GLOB_DLL std::ostream G4cout
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
void Report(std::ostream &aS)
virtual G4HadronicException::~G4HadronicException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
void G4HadronicException::Report |
( |
std::ostream & |
aS | ) |
|
|
inline |
Definition at line 53 of file G4HadronicException.hh.
55 aS<<
"In " <<theName<<
", line "<<theLine<<
": "<<std::endl;
56 aS<<
"===> "<<theMessage<<std::endl;
The documentation for this class was generated from the following file: