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
public class InvalidArtifactRTException
- extends 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
InvalidArtifactRTException
public InvalidArtifactRTException(String groupId,
String artifactId,
String version,
String type,
String message)
InvalidArtifactRTException
public InvalidArtifactRTException(String groupId,
String artifactId,
String version,
String type,
String message,
Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getBaseMessage
public String getBaseMessage()
getArtifactId
public String getArtifactId()
getGroupId
public String getGroupId()
getType
public String getType()
getVersion
public String getVersion()
getArtifactKey
public String getArtifactKey()
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.