You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/08/20 17:03:33 UTC

svn commit: r567722 - /maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java

Author: carlos
Date: Mon Aug 20 08:03:32 2007
New Revision: 567722

URL: http://svn.apache.org/viewvc?rev=567722&view=rev
Log:
Add javadoc. Merged 565838 from https://svn.apache.org/repos/asf/maven/components/trunk/maven-artifact

Modified:
    maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java

Modified: maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java?rev=567722&r1=567721&r2=567722&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java (original)
+++ maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java Mon Aug 20 08:03:32 2007
@@ -1,6 +1,5 @@
 package org.apache.maven.artifact;
 
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -20,6 +19,10 @@
  * under the License.
  */
 
+/**
+ * Exception thrown when the identity of an artifact can not be established,
+ * eg. one of groupId, artifactId, version or type is null.   
+ */
 public class InvalidArtifactRTException
     extends RuntimeException
 {