Class CyclicGraphException

All Implemented Interfaces:
Serializable

public final class CyclicGraphException extends IllegalArgumentException
Thrown when running into any unexpected cycle during traversal.
Since:
4.3
See Also:
  • Constructor Details

    • CyclicGraphException

      public CyclicGraphException(List<?> cyclicPath)
  • Method Details

    • cyclicPath

      public final List<?> cyclicPath()
      Returns the cyclic path with the last node being the entry point of the cycle.