Class CycleDetectedException

    • Constructor Detail

      • CycleDetectedException

        public CycleDetectedException​(@NotNull
                                      Object edgeStart,
                                      @NotNull
                                      Object edgeEnd)
    • Method Detail

      • getEdgeStart

        @NotNull
        public Object getEdgeStart()
      • getEdgeEnd

        @NotNull
        public Object getEdgeEnd()