org.apache.maven.artifact.resolver
Class AbstractArtifactResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArtifactNotFoundException, ArtifactResolutionException
public class AbstractArtifactResolutionException
- extends Exception
Base class for artifact resolution exceptions.
- Author:
- Brett Porter
- See Also:
- Serialized Form
Constructor Summary |
protected |
AbstractArtifactResolutionException(String message,
Artifact artifact)
|
protected |
AbstractArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories)
|
protected |
AbstractArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories,
Throwable t)
|
protected |
AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path)
|
protected |
AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path,
Throwable t)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbstractArtifactResolutionException
protected AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path)
AbstractArtifactResolutionException
protected AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path,
Throwable t)
AbstractArtifactResolutionException
protected AbstractArtifactResolutionException(String message,
Artifact artifact)
AbstractArtifactResolutionException
protected AbstractArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories)
AbstractArtifactResolutionException
protected AbstractArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories,
Throwable t)
getArtifact
public Artifact getArtifact()
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
getType
public String getType()
getClassifier
public String getClassifier()
- Returns:
- the classifier
getPath
public String getPath()
- Returns:
- the path
getRemoteRepositories
public List<ArtifactRepository> getRemoteRepositories()
getOriginalMessage
public String getOriginalMessage()
constructArtifactPath
protected static String constructArtifactPath(List<String> path,
String indentation)
constructMissingArtifactMessage
protected static String constructMissingArtifactMessage(String message,
String indentation,
String groupId,
String artifactId,
String version,
String type,
String classifier,
String downloadUrl,
List<String> path)
getArtifactPath
public String getArtifactPath()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.