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

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

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

Subclasses of AbstractArtifactResolutionException in org.apache.maven.artifact.resolver
 class ArtifactNotFoundException
           
 class ArtifactResolutionException
           
 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 AbstractArtifactResolutionException in org.apache.maven.artifact.versioning
 

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



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