org.apache.maven.artifact.resolver

Class CyclicDependencyException

public class CyclicDependencyException extends ArtifactResolutionException

Indiciates a cycle in the dependency graph.

Version: $Id$

Author: Brett Porter

Constructor Summary
CyclicDependencyException(String message, Artifact artifact)
Method Summary
ArtifactgetArtifact()

Constructor Detail

CyclicDependencyException

public CyclicDependencyException(String message, Artifact artifact)

Method Detail

getArtifact

public Artifact getArtifact()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.