Package org.apache.ivy.plugins.circular
Class CircularDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ivy.plugins.circular.CircularDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class CircularDependencyException extends java.lang.RuntimeException
Unchecked exception thrown when a circular dependency exists between projects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CircularDependencyException(java.util.Collection<ModuleRevisionId> mrids)
CircularDependencyException(ModuleRevisionId[] mrids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleRevisionId[]
getPath()
-
-
-
Constructor Detail
-
CircularDependencyException
public CircularDependencyException(ModuleRevisionId[] mrids)
- Parameters:
mrids
- module descriptors in order of circular dependency
-
CircularDependencyException
public CircularDependencyException(java.util.Collection<ModuleRevisionId> mrids)
-
-
Method Detail
-
getPath
public ModuleRevisionId[] getPath()
-
-