hudson.util
Class CyclicGraphDetector.CycleDetectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hudson.util.CyclicGraphDetector.CycleDetectedException
All Implemented Interfaces:
Serializable
Enclosing class:
CyclicGraphDetector<N>

public static final class CyclicGraphDetector.CycleDetectedException
extends Exception

See Also:
Serialized Form

Field Summary
 List cycle
           
 
Constructor Summary
CyclicGraphDetector.CycleDetectedException(List cycle)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cycle

public final List cycle
Constructor Detail

CyclicGraphDetector.CycleDetectedException

public CyclicGraphDetector.CycleDetectedException(List cycle)


Copyright © 2004-2013. All Rights Reserved.