org.apache.maven.artifact.resolver
Class CyclicDependencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended byorg.apache.maven.artifact.resolver.ArtifactResolutionException
                  extended byorg.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$
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
LS
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CyclicDependencyException(java.lang.String message, Artifact artifact)
           
 
Method Summary
 Artifact getArtifact()
           
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, getArtifactId, getArtifactPath, getGroupId, getOriginalMessage, 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(java.lang.String message,
                                 Artifact artifact)
Method Detail

getArtifact

public Artifact getArtifact()


Copyright 2006 Apache Software Foundation. All Rights Reserved.