Package org.apache.maven.artifact
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,
 eg. one of groupId, artifactId, version or type is null.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidArtifactRTException
 - 
InvalidArtifactRTException
 
 - 
 - 
Method Details
- 
getMessage
- Overrides:
 getMessagein classThrowable
 - 
getBaseMessage
 - 
getArtifactId
 - 
getGroupId
 - 
getType
 - 
getVersion
 - 
getArtifactKey
 
 -