diff dwtx/jface/text/templates/TemplateContext.d @ 141:ea8dd2e11034

instanceof and throws
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 21:25:28 +0200
parents 51e6e63f930e
children 02cd5f1224d3
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateContext.d	Sun Aug 24 03:23:46 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateContext.d	Sun Aug 24 21:25:28 2008 +0200
@@ -126,7 +126,7 @@
      * @throws BadLocationException if evaluation fails due to concurrently changed documents etc.
      * @throws TemplateException if the template specification is not valid
      */
-    public abstract TemplateBuffer evaluate(Template template) throws BadLocationException, TemplateException;
+    public abstract TemplateBuffer evaluate(Template template);
 
     /**
      * Tests if the specified template can be evaluated in this context.