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:
- java.io.Serializable
public class InvalidArtifactRTException
- extends java.lang.RuntimeException
Exception thrown when the identity of an artifact can not be established,
eg. one of groupId, artifactId, version or type is null.
- See Also:
- Serialized Form
Constructor Summary |
InvalidArtifactRTException(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
java.lang.String message)
|
InvalidArtifactRTException(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
java.lang.String message,
java.lang.Throwable cause)
|
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 |
InvalidArtifactRTException
public InvalidArtifactRTException(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
java.lang.String message)
InvalidArtifactRTException
public InvalidArtifactRTException(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String type,
java.lang.String message,
java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getBaseMessage
public java.lang.String getBaseMessage()
getArtifactId
public java.lang.String getArtifactId()
getGroupId
public java.lang.String getGroupId()
getType
public java.lang.String getType()
getVersion
public java.lang.String getVersion()
getArtifactKey
public java.lang.String getArtifactKey()