husted 2002/11/20 18:08:06
Modified: scaffold/src/java/org/apache/commons/scaffold/lang
PropertiesException.java
Log:
+ PropertiesException: Generalize message.
Revision Changes Path
1.2 +2 -2
jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/lang/PropertiesException.java
Index: PropertiesException.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/lang/PropertiesException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PropertiesException.java 14 Aug 2002 17:50:49 -0000 1.1
+++ PropertiesException.java 21 Nov 2002 02:08:06 -0000 1.2
@@ -10,7 +10,7 @@
public class PropertiesException extends ResourceException {
public static final String MESSAGE =
- "Unable to load properties file";
+ "PropertiesException: Property not found.";
public PropertiesException (String message) {
super (message);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>