proxy commit for Anne Menard <menard.annec@gmail.com> throw generic exceptions (just...
[jalview.git] / src / jalview / io / PileUpfile.java
index 3fffab3..95fb203 100755 (executable)
@@ -63,23 +63,14 @@ public class PileUpfile extends MSFfile
    *          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 PileUpfile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses
+  public PileUpfile(String inFile, String type) throws Exception
   {
     super(inFile, type);
   }
 
-  public PileUpfile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses
+  public PileUpfile(FileParse source) throws Exception
   {
     super(source);
   }