comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/exception/StatisticsException.java @ 94:6a825a184883

Remove Compile-Errors from the StatisticsPart gnv-artifacts/trunk@139 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 28 Sep 2009 07:32:03 +0000
parents
children 7fb9441dd8af
comparison
equal deleted inserted replaced
93:c476fbbaa4ca 94:6a825a184883
1 /**
2 *
3 */
4 package de.intevation.gnv.statistics.exception;
5 /**
6 * @author Tim Englich <tim.englich@intevation.de>
7 *
8 */
9 public class StatisticsException extends Exception {
10
11 /**
12 *
13 */
14 private static final long serialVersionUID = -7324280565076343394L;
15
16 /**
17 * Constructor
18 */
19 public StatisticsException() {
20 }
21
22 /**
23 * Constructor
24 * @param arg0
25 */
26 public StatisticsException(String arg0) {
27 super(arg0);
28 }
29
30 /**
31 * Constructor
32 * @param arg0
33 */
34 public StatisticsException(Throwable arg0) {
35 super(arg0);
36 }
37
38 /**
39 * Constructor
40 * @param arg0
41 * @param arg1
42 */
43 public StatisticsException(String arg0, Throwable arg1) {
44 super(arg0, arg1);
45 }
46
47 }

http://dive4elements.wald.intevation.org