Class InvalidArtifactRTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.artifact.InvalidArtifactRTException
- All Implemented Interfaces:
- Serializable
Exception thrown when the identity of an artifact can not be established,
 e.g. one of groupId, artifactId, version or type is null.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidArtifactRTException
- 
InvalidArtifactRTException
 
- 
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
- 
getBaseMessage
- 
getArtifactId
- 
getGroupId
- 
getType
- 
getVersion
- 
getArtifactKey
 
-