| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
public class AbstractArtifactResolutionException
Base class for artifact resolution exceptions.
| 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) | 
| Method Summary | |
|---|---|
| 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() | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
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)
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)
| Method Detail | 
|---|
public Artifact getArtifact()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getType()
public String getClassifier()
public String getPath()
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()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||