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

All Implemented Interfaces:
    Serializable

Fields inherited from org.apache.maven.artifact.resolver.AbstractArtifactResolutionException:
LS
Constructor:
 public ArtifactNotFoundException(String message,
    Artifact artifact) 
 protected ArtifactNotFoundException(String message,
    Artifact artifact,
    List remoteRepositories) 
 protected ArtifactNotFoundException(String message,
    Artifact artifact,
    List remoteRepositories,
    Throwable t) 
 public ArtifactNotFoundException(String message,
    String groupId,
    String artifactId,
    String version,
    String type,
    String classifier,
    List remoteRepositories,
    String downloadUrl,
    List path,
    Throwable t) 
Method from org.apache.maven.artifact.resolver.ArtifactNotFoundException Summary:
getDownloadUrl
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.ArtifactNotFoundException Detail:
 public String getDownloadUrl()