Changeset 835


Ignore:
Timestamp:
2008-11-26 13:18:15 (5 years ago)
Author:
bruno
Message:

Use exception wrapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritBlock.java

    r834 r835  
    6565                baseTemplate = templateService.buildTemplate(sourceLocation, context); 
    6666            } 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); 
    6968            } 
    7069 
Note: See TracChangeset for help on using the changeset viewer.