Save This Page
Home » maven-2.0.9-src » org.apache » maven » artifact » resolver » [javadoc | source]
org.apache.maven.artifact.resolver
public class: MultipleArtifactsNotFoundException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
            org.apache.maven.artifact.resolver.ArtifactResolutionException
               org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException

All Implemented Interfaces:
    Serializable

Exception caused when one or more artifacts can not be resolved because they are not found in the local or remote repositories.
Fields inherited from org.apache.maven.artifact.resolver.AbstractArtifactResolutionException:
LS
Constructor:
 public MultipleArtifactsNotFoundException(Artifact originatingArtifact,
    List missingArtifacts,
    List remoteRepositories) 
     public MultipleArtifactsNotFoundException(Artifact originatingArtifact,
        List resolvedArtifacts,
        List missingArtifacts,
        List remoteRepositories) 
      Create an instance of the exception with allrequired information.
      Parameters:
      originatingArtifact - the artifact that was being resolved
      resolvedArtifacts - artifacts that could be resolved
      missingArtifacts - artifacts that could not be resolved
      remoteRepositories - remote repositories where the missing artifacts were not found
    Method from org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException Summary:
    getMissingArtifacts,   getResolvedArtifacts
    Methods from org.apache.maven.artifact.resolver.AbstractArtifactResolutionException:
    constructArtifactPath,   constructMissingArtifactMessage,   getArtifact,   getArtifactId,   getArtifactPath,   getClassifier,   getGroupId,   getOriginalMessage,   getPath,   getRemoteRepositories,   getType,   getVersion
    Methods from java.lang.Throwable:
    fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
    Methods from java.lang.Object:
    equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
    Method from org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException Detail:
     public List getMissingArtifacts() 
      artifacts that could NOT be resolved
     public List getResolvedArtifacts() 
      artifacts that could be resolved