org.apache.maven.artifact.resolver
public class AbstractArtifactResolutionException extends Exception
Version: $Id: AbstractArtifactResolutionException.java 379549 2006-02-21 18:06:25Z jdcasey $
Constructor Summary | |
---|---|
protected | AbstractArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, List remoteRepositories, List path) |
protected | AbstractArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, List remoteRepositories, List path, Throwable t) |
protected | AbstractArtifactResolutionException(String message, Artifact artifact) |
protected | AbstractArtifactResolutionException(String message, Artifact artifact, List remoteRepositories) |
protected | AbstractArtifactResolutionException(String message, Artifact artifact, List remoteRepositories, Throwable t) |
Method Summary | |
---|---|
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 downloadUrl, List path) |
String | getArtifactId() |
String | getArtifactPath() |
String | getGroupId() |
String | getOriginalMessage() |
List | getRemoteRepositories() |
String | getType() |
String | getVersion() |