org.codehaus.plexus.util.dag
public class CycleDetectedException extends Exception
| Field Summary | |
|---|---|
| List | cycle |
| Constructor Summary | |
|---|---|
| CycleDetectedException(String message, List cycle) | |
| Method Summary | |
|---|---|
| String | cycleToString() |
| List | getCycle() |
| String | getMessage() |
Returns: