public class MultipleArtifactsNotFoundException extends ArtifactResolutionException
| Constructor and Description | 
|---|
| MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                                                    List<Artifact> resolvedArtifacts,
                                                                    List<Artifact> missingArtifacts,
                                                                    List<ArtifactRepository> remoteRepositories)Create an instance of the exception with allrequired information. | 
| MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                                                    List<Artifact> missingArtifacts,
                                                                    List<ArtifactRepository> remoteRepositories)Deprecated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Artifact> | getMissingArtifacts()artifacts that could NOT be resolved | 
| List<Artifact> | getResolvedArtifacts()artifacts that could be resolved | 
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public MultipleArtifactsNotFoundException(Artifact originatingArtifact, List<Artifact> missingArtifacts, List<ArtifactRepository> remoteRepositories)
MultipleArtifactsNotFoundException(Artifact, List, List, List)public MultipleArtifactsNotFoundException(Artifact originatingArtifact, List<Artifact> resolvedArtifacts, List<Artifact> missingArtifacts, List<ArtifactRepository> remoteRepositories)
originatingArtifact - the artifact that was being resolvedresolvedArtifacts - artifacts that could be resolvedmissingArtifacts - artifacts that could not be resolvedremoteRepositories - remote repositories where the missing artifacts were not foundpublic List<Artifact> getResolvedArtifacts()
public List<Artifact> getMissingArtifacts()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.