comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/exception/StatisticsException.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 7fb9441dd8af
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
3 */ 3 */
4 package de.intevation.gnv.statistics.exception; 4 package de.intevation.gnv.statistics.exception;
5 5
6 /** 6 /**
7 * @author Tim Englich <tim.englich@intevation.de> 7 * @author Tim Englich <tim.englich@intevation.de>
8 * 8 *
9 */ 9 */
10 public class StatisticsException extends Exception { 10 public class StatisticsException extends Exception {
11 11
12 /** 12 /**
13 * 13 *
20 public StatisticsException() { 20 public StatisticsException() {
21 } 21 }
22 22
23 /** 23 /**
24 * Constructor 24 * Constructor
25 * 25 *
26 * @param arg0 26 * @param arg0
27 */ 27 */
28 public StatisticsException(String arg0) { 28 public StatisticsException(String arg0) {
29 super(arg0); 29 super(arg0);
30 } 30 }
31 31
32 /** 32 /**
33 * Constructor 33 * Constructor
34 * 34 *
35 * @param arg0 35 * @param arg0
36 */ 36 */
37 public StatisticsException(Throwable arg0) { 37 public StatisticsException(Throwable arg0) {
38 super(arg0); 38 super(arg0);
39 } 39 }
40 40
41 /** 41 /**
42 * Constructor 42 * Constructor
43 * 43 *
44 * @param arg0 44 * @param arg0
45 * @param arg1 45 * @param arg1
46 */ 46 */
47 public StatisticsException(String arg0, Throwable arg1) { 47 public StatisticsException(String arg0, Throwable arg1) {
48 super(arg0, arg1); 48 super(arg0, arg1);

http://dive4elements.wald.intevation.org