Class LoadingExceptions


  • public final class LoadingExceptions
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkPositiveId​(long nodeId)
      GDS has the general assumption of non-negative original node ids.
      static void validateSourceNodeIsLoaded​(long mappedId, long neoId)  
      static void validateTargetNodeIsLoaded​(long mappedId, long neoId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validateTargetNodeIsLoaded

        public static void validateTargetNodeIsLoaded​(long mappedId,
                                                      long neoId)
      • validateSourceNodeIsLoaded

        public static void validateSourceNodeIsLoaded​(long mappedId,
                                                      long neoId)
      • checkPositiveId

        public static void checkPositiveId​(long nodeId)
        GDS has the general assumption of non-negative original node ids.