org.codehaus.plexus.util.dag

Class CycleDetectedException


public class CycleDetectedException
extends Exception

Constructor Summary

CycleDetectedException(String message, List cycle)

Method Summary

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

Constructor Details

CycleDetectedException

public CycleDetectedException(String message,
                              List cycle)

Method Details

cycleToString

public String cycleToString()
Returns:

getCycle

public List getCycle()

getMessage

public String getMessage()