org.apache.maven.artifact.resolver
Class CyclicDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended by org.apache.maven.artifact.resolver.ArtifactResolutionException
                  extended by org.apache.maven.artifact.resolver.CyclicDependencyException
All Implemented Interfaces:
Serializable

public class CyclicDependencyException
extends ArtifactResolutionException

Indiciates a cycle in the dependency graph.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
CyclicDependencyException(String message, Artifact artifact)
           
 
Method Summary
 Artifact getArtifact()
           
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CyclicDependencyException

public CyclicDependencyException(String message,
                                 Artifact artifact)
Method Detail

getArtifact

public Artifact getArtifact()
Overrides:
getArtifact in class AbstractArtifactResolutionException


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.