Author: carlos
Date: Mon Aug 20 07:40:00 2007
New Revision: 567718
URL: http://svn.apache.org/viewvc?rev=567718&view=rev
Log:
Add javadoc. Merged 565838 from
https://svn.apache.org/repos/asf/maven/components/trunk/maven-artifact
Modified:
maven/artifact/trunk/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java
Modified:
maven/artifact/trunk/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java
URL:
http://svn.apache.org/viewvc/maven/artifact/trunk/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java?rev=567718&r1=567717&r2=567718&view=diff
==============================================================================
---
maven/artifact/trunk/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java
(original)
+++
maven/artifact/trunk/src/main/java/org/apache/maven/artifact/InvalidArtifactRTException.java
Mon Aug 20 07:40:00 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,26 +19,10 @@
* under the License.
*/
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * 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
{