Changeset 3927
- Timestamp:
- 11/13/08 16:46:22 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pfixcore/src/org/pustefixframework/container/spring/util/PustefixPropertiesPersister.java
r3926 r3927 35 35 PropertyFileReader.read(in, properties); 36 36 } catch(ParserException x) { 37 throw new IOException("Error reading XML properties ", x);37 throw new IOException("Error reading XML properties: "+x.getMessage()); 38 38 } 39 39 }
