Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/MacroBlock.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/MacroBlock.java
r1110 r1346 81 81 @Override 82 82 public Step executeAndProceed(ExecutionContext context, TemplateResult result) throws SAXException { 83 throw new RuntimeException("This situation should never occur.");83 throw new TemplateException("This situation should never occur."); 84 84 } 85 85
Note: See TracChangeset
for help on using the changeset viewer.