Index: /trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritBlock.java
===================================================================
--- /trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritBlock.java	(revision 834)
+++ /trunk/universe/kauri-template/src/main/java/org/kauriproject/template/InheritBlock.java	(revision 835)
@@ -65,6 +65,5 @@
                 baseTemplate = templateService.buildTemplate(sourceLocation, context);
             } catch (Exception ex) {
-                throw new RuntimeException("Error generating base template, location "
-                        + getLocation() + " : " + ex);
+                throw new RuntimeException("Error parsing inherited template specified at location " + getLocation(), ex);
             }
 
