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:
  • Field Details

    • groupId

      private final String groupId
    • artifactId

      private final String artifactId
    • version

      private final String version
    • type

      private final String type
    • baseMessage

      private final String baseMessage
  • Constructor Details

  • Method Details

    • 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()