view src/main/java/de/intevation/lada/importer/laf/LafParserException.java @ 610:374a2e78cec5

Added importer impl for laf file format.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 16 Apr 2015 15:49:04 +0200
parents
children 9e733f44d8b0
line wrap: on
line source
package de.intevation.lada.importer.laf;

/**
 * Exception thrown in the LAF import process.
 *
 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
 */
public class LafParserException
extends Exception
{
    /**
     *
     */
    private static final long serialVersionUID = 1L;

    public LafParserException(String message) {
        super(message);
    }
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)