org.codehaus.plexus.util.dag

Class CycleDetectedException


public class CycleDetectedException
extends Exception

Field Summary

private List
cycle

Constructor Summary

CycleDetectedException(String message, List cycle)

Method Summary

String
cycleToString()
List
getCycle()
String
getMessage()

Field Details

cycle

private List cycle

Constructor Details

CycleDetectedException

public CycleDetectedException(String message,
                              List cycle)

Method Details

cycleToString

public String cycleToString()
Returns:

getCycle

public List getCycle()

getMessage

public String getMessage()