Uses of Class
org.sonatype.aether.RepositoryException

Packages that use RepositoryException
org.sonatype.aether.collection   
org.sonatype.aether.deployment   
org.sonatype.aether.impl   
org.sonatype.aether.installation   
org.sonatype.aether.metadata   
org.sonatype.aether.repository   
org.sonatype.aether.resolution   
org.sonatype.aether.transfer   
org.sonatype.aether.util.graph.transformer   
org.sonatype.aether.version   
 

Uses of RepositoryException in org.sonatype.aether.collection
 

Subclasses of RepositoryException in org.sonatype.aether.collection
 class DependencyCollectionException
           
 class UnsolvableVersionConflictException
           
 

Methods in org.sonatype.aether.collection that throw RepositoryException
 DependencyNode DependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
          Transforms the dependency graph denoted by the specified root node.
 

Uses of RepositoryException in org.sonatype.aether.deployment
 

Subclasses of RepositoryException in org.sonatype.aether.deployment
 class DeploymentException
           
 

Uses of RepositoryException in org.sonatype.aether.impl
 

Classes in org.sonatype.aether.impl with type parameters of type RepositoryException
 class UpdateCheck<T,E extends RepositoryException>
          A request to check if an update from a remote repository is needed.
 

Uses of RepositoryException in org.sonatype.aether.installation
 

Subclasses of RepositoryException in org.sonatype.aether.installation
 class InstallationException
           
 

Uses of RepositoryException in org.sonatype.aether.metadata
 

Methods in org.sonatype.aether.metadata that throw RepositoryException
 void MergeableMetadata.merge(java.io.File current, java.io.File result)
          Merges this metadata into the current metadata (if any).
 

Uses of RepositoryException in org.sonatype.aether.repository
 

Subclasses of RepositoryException in org.sonatype.aether.repository
 class NoLocalRepositoryManagerException
           
 

Uses of RepositoryException in org.sonatype.aether.resolution
 

Subclasses of RepositoryException in org.sonatype.aether.resolution
 class ArtifactDescriptorException
           
 class ArtifactResolutionException
           
 class DependencyResolutionException
           
 class VersionRangeResolutionException
           
 class VersionResolutionException
           
 

Uses of RepositoryException in org.sonatype.aether.transfer
 

Subclasses of RepositoryException in org.sonatype.aether.transfer
 class ArtifactNotFoundException
           
 class ArtifactTransferException
           
 class ChecksumFailureException
           
 class MetadataNotFoundException
           
 class MetadataTransferException
           
 class NoRepositoryConnectorException
           
 class TransferCancelledException
           
 

Uses of RepositoryException in org.sonatype.aether.util.graph.transformer
 

Methods in org.sonatype.aether.util.graph.transformer that throw RepositoryException
 DependencyNode JavaEffectiveScopeCalculator.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode JavaDependencyContextRefiner.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode NearestVersionConflictResolver.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode ConflictMarker.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
          After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.
 DependencyNode ConflictIdSorter.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode ChainedDependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 DependencyNode NoopDependencyGraphTransformer.transformGraph(DependencyNode node, DependencyGraphTransformationContext context)
           
 

Uses of RepositoryException in org.sonatype.aether.version
 

Subclasses of RepositoryException in org.sonatype.aether.version
 class InvalidVersionSpecificationException
          Thrown when a version or version range could not be parsed.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.