Package org.eclipse.jetty.util
Class TopologicalSort.CyclicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.jetty.util.TopologicalSort.CyclicException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TopologicalSort<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclicException
CyclicException(Object item) -
CyclicException
CyclicException(Object item, TopologicalSort.CyclicException e)
-