#include <G4GDMLRead.hh>
Definition at line 56 of file G4GDMLRead.hh.
 
◆ G4GDMLErrorHandler()
  
  
      
        
          | G4GDMLErrorHandler::G4GDMLErrorHandler  | 
          ( | 
          const G4bool  | 
          set | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ error()
  
  
      
        
          | void G4GDMLErrorHandler::error  | 
          ( | 
          const xercesc::SAXParseException &  | 
          exception | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 73 of file G4GDMLRead.hh.
   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
 
 
 
 
◆ fatalError()
  
  
      
        
          | void G4GDMLErrorHandler::fatalError  | 
          ( | 
          const xercesc::SAXParseException &  | 
          exception | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 82 of file G4GDMLRead.hh.
void error(const xercesc::SAXParseException &exception)
 
 
 
 
◆ resetErrors()
  
  
      
        
          | void G4GDMLErrorHandler::resetErrors  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ warning()
  
  
      
        
          | void G4GDMLErrorHandler::warning  | 
          ( | 
          const xercesc::SAXParseException &  | 
          exception | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 64 of file G4GDMLRead.hh.
   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
 
 
 
 
◆ Suppress
  
  
      
        
          | G4bool G4GDMLErrorHandler::Suppress | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: