Class CycleDetectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.util.dag.CycleDetectedException
All Implemented Interfaces:
Serializable

public class CycleDetectedException extends Exception
See Also:
  • Constructor Details

    • CycleDetectedException

      public CycleDetectedException(String message, List<String> cycle)
  • Method Details