public class CyclicDependencyException extends ArtifactResolutionException
Modifier and Type | Field and Description |
---|---|
private Artifact |
artifact |
LS
Constructor and Description |
---|
CyclicDependencyException(java.lang.String message,
Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
Artifact |
getArtifact() |
constructArtifactPath, constructMissingArtifactMessage, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
private Artifact artifact
public CyclicDependencyException(java.lang.String message, Artifact artifact)
public Artifact getArtifact()
getArtifact
in class AbstractArtifactResolutionException