Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritanceBlock.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/InheritanceBlock.java
r894 r1346 94 94 return chain.get(chain.size() - 1).getEndStep().getCompiledNext(); 95 95 } else { 96 throw new RuntimeException("Parent block not found for " + getName() + ", location "96 throw new TemplateException("Parent block not found for " + getName() + ", location " 97 97 + getLocation()); 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.