Class TopoSort.TopoSortCycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.stoerr.ai.aigenpipeline.commandline.TopoSort.TopoSortCycleException
-
- All Implemented Interfaces:
Serializable
public static class TopoSort.TopoSortCycleException extends Exception
Is thrown to notify that there is a cycle regarding the given node.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopoSortCycleException(Object node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getNode()
One node involved into a cycle.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-