Class CyclicGraphDetector.CycleDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.proactive.process_tree_killer.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.Listcycle -
Constructor Summary
Constructors Constructor Description CycleDetectedException(java.util.List cycle) -
Method Summary
-
Field Details
-
cycle
public final java.util.List cycle
-
-
Constructor Details
-
CycleDetectedException
public CycleDetectedException(java.util.List cycle)
-