diff src/main/java/de/intevation/lada/data/importer/LAFParserException.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 821557a17e5e
children 183f8116d9a6
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/data/importer/LAFParserException.java	Tue Sep 10 10:17:32 2013 +0200
+++ b/src/main/java/de/intevation/lada/data/importer/LAFParserException.java	Tue Sep 10 15:55:54 2013 +0200
@@ -1,10 +1,13 @@
 package de.intevation.lada.data.importer;
 
-
+/**
+ * Exception thrown in the LAF import process.
+ *
+ * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
+ */
 public class LAFParserException
 extends Exception
 {
-    
     public LAFParserException(String message) {
         super(message);
     }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)