Changeset 835
- Timestamp:
- 2008-11-26 13:18:15 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritBlock.java
r834 r835 65 65 baseTemplate = templateService.buildTemplate(sourceLocation, context); 66 66 } catch (Exception ex) { 67 throw new RuntimeException("Error generating base template, location " 68 + getLocation() + " : " + ex); 67 throw new RuntimeException("Error parsing inherited template specified at location " + getLocation(), ex); 69 68 } 70 69
Note: See TracChangeset
for help on using the changeset viewer.