Package org.codehaus.plexus.util.dag
Class CycleDetectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.util.dag.CycleDetectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CycleDetectedException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleDetectedException(java.lang.String message, java.util.List<java.lang.String> cycle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
cycleToString()
java.util.List<java.lang.String>
getCycle()
java.lang.String
getMessage()
-