public class AbstractArtifactResolutionException extends Exception
| Modifier | Constructor and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static String | constructArtifactPath(List<String> path,
                                          String indentation) | 
| protected static String | constructMissingArtifactMessage(String message,
                                                              String indentation,
                                                              String groupId,
                                                              String artifactId,
                                                              String version,
                                                              String type,
                                                              String classifier,
                                                              String downloadUrl,
                                                              List<String> path) | 
| Artifact | getArtifact() | 
| String | getArtifactId() | 
| String | getArtifactPath() | 
| String | getClassifier() | 
| String | getGroupId() | 
| String | getOriginalMessage() | 
| String | getPath() | 
| List<ArtifactRepository> | getRemoteRepositories() | 
| String | getType() | 
| String | getVersion() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected 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)
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)
public Artifact getArtifact()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getClassifier()
public List<ArtifactRepository> getRemoteRepositories()
public String getOriginalMessage()
protected static String constructArtifactPath(List<String> path, String indentation)
protected static String constructMissingArtifactMessage(String message, String indentation, String groupId, String artifactId, String version, String type, String classifier, String downloadUrl, List<String> path)
public String getArtifactPath()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.