Changeset 264
- Timestamp:
- Apr 27, 2007, 1:35:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/onk/BaseFile/src/basefile/BASEFileSection.java
r250 r264 116 116 catch (NumberFormatException e) 117 117 { 118 throw new NumberFormatException("The value of parameter " + name + "is not an int: " + ret);118 throw new NumberFormatException("The value of parameter '" + name + "' is not an int: " + ret); 119 119 } 120 120 }
Note: See TracChangeset
for help on using the changeset viewer.