comparison 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
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
1 package de.intevation.lada.data.importer; 1 package de.intevation.lada.data.importer;
2 2
3 3 /**
4 * Exception thrown in the LAF import process.
5 *
6 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
7 */
4 public class LAFParserException 8 public class LAFParserException
5 extends Exception 9 extends Exception
6 { 10 {
7
8 public LAFParserException(String message) { 11 public LAFParserException(String message) {
9 super(message); 12 super(message);
10 } 13 }
11 } 14 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)