Uses of Class
org.apache.maven.artifact.resolver.ArtifactResolutionException

Packages that use ArtifactResolutionException
org.apache.maven.artifact.resolver   
org.apache.maven.artifact.versioning   
 

Uses of ArtifactResolutionException in org.apache.maven.artifact.resolver
 

Subclasses of ArtifactResolutionException in org.apache.maven.artifact.resolver
 class CyclicDependencyException
          Indiciates a cycle in the dependency graph.
 class MultipleArtifactsNotFoundException
          Exception caused when one or more artifacts can not be resolved because they are not found in the local or remote repositories.
 

Uses of ArtifactResolutionException in org.apache.maven.artifact.versioning
 

Subclasses of ArtifactResolutionException in org.apache.maven.artifact.versioning
 class OverConstrainedVersionException
          Occurs when ranges exclude each other and no valid value remains.
 



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