Go to the source code of this file.
      
        
          | #define CheckNavigatorStateIsValid | 
          ( | 
           | ) | 
           | 
        
      
 
Value:if(fpNavigatorState == 0) \
    exceptionDescription << "The navigator state is NULL. "; \
    exceptionDescription << "Either NewNavigatorStateAndLocate was not called "; \
    exceptionDescription << 
"or the provided navigator state was already NULL."; 
\ 
}
std::ostringstream G4ExceptionDescription
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
 
Definition at line 604 of file G4ITNavigator2.hh.