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:
- Serializable
public class CycleDetectedException
- extends Exception
- See Also:
- Serialized Form
CycleDetectedException
public CycleDetectedException(String message,
List cycle)
getCycle
public List getCycle()
cycleToString
public String cycleToString()
- Returns:
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2001-2012 Codehaus. All Rights Reserved.