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)
 
 
Referenced by G4ITNavigator2::CheckNextStep(), G4ITNavigator2::ComputeSafety(), G4ITNavigator2::ComputeStep(), G4ITNavigator2::ComputeStepLog(), G4ITNavigator2::CreateTouchableHistoryHandle(), G4ITNavigator2::GetGlobalExitNormal(), G4ITNavigator2::GetLocalExitNormal(), G4ITNavigator2::GetLocalExitNormalAndCheck(), G4ITNavigator2::GetMotherToDaughterTransform(), G4ITNavigator2::LocateGlobalPointAndSetup(), G4ITNavigator2::LocateGlobalPointWithinVolume(), and G4ITNavigator2::PrintState().