Class CyclicDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
-
- org.apache.maven.artifact.resolver.ArtifactResolutionException
-
- org.apache.maven.artifact.resolver.CyclicDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class CyclicDependencyException extends ArtifactResolutionException
Indiciates a cycle in the dependency graph.- Version:
- $Id: CyclicDependencyException.java 640549 2008-03-24 20:05:11Z bentmann $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Artifact
artifact
-
Fields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
LS
-
-
Constructor Summary
Constructors Constructor Description CyclicDependencyException(java.lang.String message, Artifact artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifact
getArtifact()
-
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
-
-
-
-
Field Detail
-
artifact
private Artifact artifact
-
-
Constructor Detail
-
CyclicDependencyException
public CyclicDependencyException(java.lang.String message, Artifact artifact)
-
-
Method Detail
-
getArtifact
public Artifact getArtifact()
- Overrides:
getArtifact
in classAbstractArtifactResolutionException
-
-