| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.artifact.InvalidArtifactRTException
public class InvalidArtifactRTException
Exception thrown when the identity of an artifact can not be established, eg. one of groupId, artifactId, version or type is null.
| Constructor Summary | |
|---|---|
InvalidArtifactRTException(String groupId,
                           String artifactId,
                           String version,
                           String type,
                           String message)
 | 
|
InvalidArtifactRTException(String groupId,
                           String artifactId,
                           String version,
                           String type,
                           String message,
                           Throwable cause)
 | 
|
| Method Summary | |
|---|---|
 String | 
getArtifactId()
 | 
 String | 
getArtifactKey()
 | 
 String | 
getBaseMessage()
 | 
 String | 
getGroupId()
 | 
 String | 
getMessage()
 | 
 String | 
getType()
 | 
 String | 
getVersion()
 | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 | 
|---|
public InvalidArtifactRTException(String groupId,
                                  String artifactId,
                                  String version,
                                  String type,
                                  String message)
public InvalidArtifactRTException(String groupId,
                                  String artifactId,
                                  String version,
                                  String type,
                                  String message,
                                  Throwable cause)
| Method Detail | 
|---|
public String getMessage()
getMessage in class Throwablepublic String getBaseMessage()
public String getArtifactId()
public String getGroupId()
public String getType()
public String getVersion()
public String getArtifactKey()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||