Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/ForEachBlock.java
- Timestamp:
- 2009-07-02 15:06:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/universe/kauri-template/src/main/java/org/kauriproject/template/ForEachBlock.java
r966 r1346 179 179 return Integer.parseInt(value); 180 180 } catch (NumberFormatException e) { 181 throw new RuntimeException("Value \"" + value + "\" is not a valid integer, in forEach attribute " + what + " at " + startStep.getLocation());181 throw new TemplateException("Value \"" + value + "\" is not a valid integer, in forEach attribute " + what + " at " + startStep.getLocation()); 182 182 } 183 183 }
Note: See TracChangeset
for help on using the changeset viewer.