Class TopoSort.TopoSortCycleException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TopoSort<T>

    public static class TopoSort.TopoSortCycleException
    extends Exception
    Is thrown to notify that there is a cycle regarding the given node.
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • TopoSortCycleException

        public TopoSortCycleException​(Object node)
    • Method Detail

      • getNode

        public Object getNode()
        One node involved into a cycle.
        Returns:
        the node