Project

General

Profile

« Previous | Next » 

Revision 4084

Added by daigle almost 16 years ago

Add GeneralPropertyException to property setters

View differences:

DBAdmin.java
175 175
				RequestUtil.clearRequestMessages(request);
176 176
				RequestUtil.forwardRequest(request, response,
177 177
						"/admin/database-configuration.jsp");
178
			} catch (PropertyNotFoundException pnfe) {
179
				throw new AdminException("Problem getting property while initializing "
180
						+ "system properties page: " + pnfe.getMessage());
178
			} catch (GeneralPropertyException gpe) {
179
				throw new AdminException("Problem getting or setting property while " 
180
						+ "initializing system properties page: " + gpe.getMessage());
181 181
			} catch (IOException ioe) {
182 182
				throw new AdminException("IO problem while initializing "
183 183
						+ "system properties page:" + ioe.getMessage());

Also available in: Unified diff