Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/CallMacroBlock.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/CallMacroBlock.java
r1110 r1346 78 78 MacroBlock block = context.getMacroRegistry().get(getName()); 79 79 if (block == null) { 80 throw new RuntimeException("KTL: macro " + getName() + " not found, location " 81 + getLocation()); 80 throw new TemplateException("Macro " + getName() + " not found, location " + getLocation()); 82 81 } 83 82
Note: See TracChangeset
for help on using the changeset viewer.