|
|||||||||||
| 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
| 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()
public 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 | ||||||||||