public class AbstractArtifactResolutionException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
AbstractArtifactResolutionException(String message,
Artifact artifact) |
protected |
AbstractArtifactResolutionException(String message,
Artifact artifact,
List remoteRepositories) |
protected |
AbstractArtifactResolutionException(String message,
Artifact artifact,
List remoteRepositories,
Throwable t) |
protected |
AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List remoteRepositories,
List path) |
protected |
AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List remoteRepositories,
List path,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
protected static String |
constructArtifactPath(List path,
String indentation) |
protected static String |
constructMissingArtifactMessage(String message,
String indentation,
String groupId,
String artifactId,
String version,
String type,
String classifier,
String downloadUrl,
List path) |
Artifact |
getArtifact() |
String |
getArtifactId() |
String |
getArtifactPath() |
String |
getClassifier() |
String |
getGroupId() |
String |
getOriginalMessage() |
String |
getPath() |
List |
getRemoteRepositories() |
String |
getType() |
String |
getVersion() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected AbstractArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, String classifier, List remoteRepositories, List path)
protected AbstractArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, String classifier, List remoteRepositories, List path, Throwable t)
protected AbstractArtifactResolutionException(String message, Artifact artifact)
protected AbstractArtifactResolutionException(String message, Artifact artifact, List remoteRepositories)
public Artifact getArtifact()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getType()
public String getClassifier()
public String getPath()
public List getRemoteRepositories()
public String getOriginalMessage()
protected static String constructMissingArtifactMessage(String message, String indentation, String groupId, String artifactId, String version, String type, String classifier, String downloadUrl, List path)
public String getArtifactPath()
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.