Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritBlock.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/InheritBlock.java
r1020 r1346 80 80 baseTemplate = templateService.buildTemplate(sourceLocation, context); 81 81 } catch (Exception ex) { 82 throw new RuntimeException("Error parsing inherited template specified at location " + getLocation(), ex);82 throw new TemplateException("Error parsing inherited template specified at location " + getLocation(), ex); 83 83 } 84 84
Note: See TracChangeset
for help on using the changeset viewer.