Revision 27723 branches/v2_0_0_prep/libraries/libUIComponent/src/org/gvsig/gui/beans/panelGroup/loaders/PanelGroupLoaderFromList.java

View differences:

PanelGroupLoaderFromList.java
117 117
	public class ListCouldntLoadPanelFromListException extends ListCouldntLoadPanelException {
118 118
		private static final long serialVersionUID = -8607556361881436022L;
119 119

  
120
		private static final String formatString = "Couldn't load some panels from a list of classes:";
121
		private static final String messageKey = "couldnt_load_panels_from_list_exception";
122

  
120 123
		/**
121 124
		 * <p>Creates an initializes a new instance of <code>ListCouldntLoadPanelFromListException</code>.</p>
122 125
		 */
123 126
		public ListCouldntLoadPanelFromListException() {
124 127
			super();
125 128

  
126
			this.code = serialVersionUID;
127
			this.formatString = "Couldn't load some panels from a list of classes:";
128
			this.messageKey = "couldnt_load_panels_from_list_exception";
129 129
		}
130 130

  
131 131
		protected Map<String, String> values() {

Also available in: Unified diff