X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FPileUpfile.java;h=95fb203dc623c4ffd92eb4b879dfb3a177a2cedd;hb=1a8f953dd71a9e319e910261927f269d69b4692c;hp=3fffab3dc2214502cbc32414bbd6d09b40add91b;hpb=142aafdd26883e2c97a880eb40c8005748b15a3e;p=jalview.git diff --git a/src/jalview/io/PileUpfile.java b/src/jalview/io/PileUpfile.java index 3fffab3..95fb203 100755 --- a/src/jalview/io/PileUpfile.java +++ b/src/jalview/io/PileUpfile.java @@ -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); }