proxy commit for Anne Menard <menard.annec@gmail.com> throw generic exceptions (just...
[jalview.git] / src / jalview / io / FeaturesFile.java
index afbd223..c65bded 100755 (executable)
@@ -65,29 +65,14 @@ public class FeaturesFile extends AlignFile
    *          DOCUMENT ME!
    * @param type
    *          DOCUMENT ME!
-   * 
-   * @throws IOException
-   *           DOCUMENT ME!
-   * @throws SAXException
-   * @throws ParserConfigurationException
-   * @throws ExceptionFileFormatOrSyntax
-   * @throws ExceptionLoadingFailed
-   * @throws ExceptionPermissionDenied
-   * @throws InterruptedException
-   * @throws ExceptionUnmatchedClosingParentheses
+ * @throws Exception 
    */
-  public FeaturesFile(String inFile, String type) throws IOException,
-          ExceptionFileFormatOrSyntax, ParserConfigurationException,
-          SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed,
-          InterruptedException, ExceptionUnmatchedClosingParentheses
+  public FeaturesFile(String inFile, String type) throws Exception
   {
     super(inFile, type);
   }
 
-  public FeaturesFile(FileParse source) throws IOException,
-          ExceptionFileFormatOrSyntax, ParserConfigurationException,
-          SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed,
-          InterruptedException, ExceptionUnmatchedClosingParentheses
+  public FeaturesFile(FileParse source) throws Exception
   {
     super(source);
   }