#include <G4GDMLRead.hh>
Definition at line 56 of file G4GDMLRead.hh.
G4GDMLErrorHandler::G4GDMLErrorHandler |
( |
const G4bool |
set | ) |
|
|
inline |
void G4GDMLErrorHandler::error |
( |
const xercesc::SAXParseException & |
exception | ) |
|
|
inline |
Definition at line 73 of file G4GDMLRead.hh.
75 if (Suppress) {
return; }
76 char* message = xercesc::XMLString::transcode(exception.getMessage());
77 G4cout <<
"G4GDML: VALIDATION ERROR! " << message
78 <<
" at line: " << exception.getLineNumber() <<
G4endl;
79 xercesc::XMLString::release(&message);
G4GLOB_DLL std::ostream G4cout
void G4GDMLErrorHandler::fatalError |
( |
const xercesc::SAXParseException & |
exception | ) |
|
|
inline |
Definition at line 82 of file G4GDMLRead.hh.
void error(const xercesc::SAXParseException &exception)
void G4GDMLErrorHandler::resetErrors |
( |
| ) |
|
|
inline |
void G4GDMLErrorHandler::warning |
( |
const xercesc::SAXParseException & |
exception | ) |
|
|
inline |
Definition at line 64 of file G4GDMLRead.hh.
66 if (Suppress) {
return; }
67 char* message = xercesc::XMLString::transcode(exception.getMessage());
68 G4cout <<
"G4GDML: VALIDATION WARNING! " << message
69 <<
" at line: " << exception.getLineNumber() <<
G4endl;
70 xercesc::XMLString::release(&message);
G4GLOB_DLL std::ostream G4cout
The documentation for this class was generated from the following file: