Class CyclicGraphDetector.CycleDetectedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CyclicGraphDetector<N>

    public static final class CyclicGraphDetector.CycleDetectedException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List cycle  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • cycle

        public final java.util.List cycle
    • Constructor Detail

      • CycleDetectedException

        public CycleDetectedException​(java.util.List cycle)