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:
Serializable
Indicates a cycle in the dependency graph.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclicDependencyException
-
-
Method Details
-
getArtifact
- Overrides:
getArtifactin classAbstractArtifactResolutionException
-