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.List cycle  
  • Constructor Summary

    Constructors 
    Constructor Description
    CycleDetectedException​(java.util.List cycle)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • cycle

      public final java.util.List cycle
  • Constructor Details