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,
e.g. one of groupId, artifactId, version or type is null.
- See Also:
-
Constructor Summary
-
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:
getMessage
in classThrowable
-
getBaseMessage
-
getArtifactId
-
getGroupId
-
getType
-
getVersion
-
getArtifactKey
-