comparison gnv/src/main/java/de/intevation/gnv/action/CommunicationKeys.java @ 690:254f062e334b

Added JavaDoc. gnv/trunk@908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 16:45:16 +0000
parents 57fa8019fbdc
children 89ade245ca7a
comparison
equal deleted inserted replaced
689:8487581dfe3b 690:254f062e334b
1 package de.intevation.gnv.action; 1 package de.intevation.gnv.action;
2 2
3 /** 3 /**
4 * This class defines some keys used to store different exception types in the
5 * session.
6 *
4 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 7 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
5 */ 8 */
6 public class CommunicationKeys { 9 public class CommunicationKeys {
7 /** 10 /**
8 * The Key which should be used for accessing ExceptionMessages 11 * The Key which should be used for accessing ExceptionMessages
9 */ 12 */
10 public final static String REQUEST_EXCEPTION_MESSAGE_ID = "request_exception_message_id"; 13 public final static String REQUEST_EXCEPTION_MESSAGE_ID = "request_exception_message_id";
14
15 /**
16 * Key used to store exceptions relating to wrong user input.
17 */
11 public final static String REQUEST_EXCEPTION_INPUT_ID = "request_exception_input_id"; 18 public final static String REQUEST_EXCEPTION_INPUT_ID = "request_exception_input_id";
19
20 /**
21 * Key used to store exceptions relating to more general errors occured in
22 * the server.
23 */
12 public final static String REQUEST_EXCEPTION_MESSAGE = "request_exception_message"; 24 public final static String REQUEST_EXCEPTION_MESSAGE = "request_exception_message";
25
26 /**
27 * Key used to store exceptions relating to an invalid input format.
28 */
13 public final static String REQUEST_EXCEPTION_VALUE = "request_exception_value"; 29 public final static String REQUEST_EXCEPTION_VALUE = "request_exception_value";
30
31 /**
32 * Key used to store exceptions relating to a load/save project error.
33 */
14 public final static String REQUEST_EXCEPTION_PROJECT = "request_exception_project"; 34 public final static String REQUEST_EXCEPTION_PROJECT = "request_exception_project";
15 } 35 }
36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org