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
Field Summary |
private java.util.List |
cycle
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cycle
private java.util.List cycle
CycleDetectedException
public CycleDetectedException(java.lang.String message,
java.util.List cycle)
getCycle
public java.util.List getCycle()
cycleToString
public java.lang.String cycleToString()
- Returns:
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable