comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/exception/QueryException.java @ 884:12f88239fb33

Updated Javadocs to the Listed Classes. Also done some Codecleanup and removed unused Methods from the Code. geo-backend/trunk@842 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 26 Mar 2010 15:23:03 +0000
parents 5a583cff97ea
children 8b442223741c
comparison
equal deleted inserted replaced
883:6d568397740c 884:12f88239fb33
1 /** 1 /**
2 * 2 *
3 */ 3 */
4 package de.intevation.gnv.geobackend.base.query.exception; 4 package de.intevation.gnv.geobackend.base.query.exception;
5 /** 5 /**
6 * This is a specialized Exceptionclass for Exceptions that occurse during
7 * querying Data from the Database-
6 * @author Tim Englich <tim.englich@intevation.de> 8 * @author Tim Englich <tim.englich@intevation.de>
7 * 9 *
8 */ 10 */
9 public class QueryException extends Exception { 11 public class QueryException extends Exception {
10 12

http://dive4elements.wald.intevation.org