Index: trunk/scripts/TagInfoExtract.java
===================================================================
--- trunk/scripts/TagInfoExtract.java	(revision 19106)
+++ trunk/scripts/TagInfoExtract.java	(revision 19108)
@@ -224,5 +224,5 @@
 
     private abstract class Extractor {
-        abstract void run() throws Exception;
+        abstract void run() throws IOException, OsmTransferException, ParseException, SAXException;
 
         void writeJson(String name, String description, Iterable<TagInfoTag> tags) throws IOException {
Index: trunk/scripts/TaggingPresetSchemeWikiGenerator.java
===================================================================
--- trunk/scripts/TaggingPresetSchemeWikiGenerator.java	(revision 19106)
+++ trunk/scripts/TaggingPresetSchemeWikiGenerator.java	(revision 19108)
@@ -35,5 +35,5 @@
     }
 
-    public static void main(String[] args) throws Exception {
+    public static void main(String[] args) throws IOException, ParserConfigurationException, SAXException, XPathExpressionException {
         document = parseTaggingPresetSchema();
         xPath = XPathFactory.newInstance().newXPath();
