X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FJPredFile.java;h=dfe1ecf920550e02e1c2dc65e89133f6b2195fe8;hb=f683f4d6c8af43be0ffeb96513b52572619efed5;hp=6dcbccda39a4da2be16568335788aec274572f34;hpb=9862477ece665df66d95f54921796b8703cd7971;p=jalview.git diff --git a/src/jalview/io/JPredFile.java b/src/jalview/io/JPredFile.java index 6dcbccd..dfe1ecf 100755 --- a/src/jalview/io/JPredFile.java +++ b/src/jalview/io/JPredFile.java @@ -63,7 +63,10 @@ public class JPredFile { super(inFile, type); } - + public JPredFile(FileParse source) throws IOException + { + super(source); + } /** * DOCUMENT ME! * @@ -302,8 +305,7 @@ public class JPredFile } catch (Exception e) { tal = null; - IOException ex = new IOException("Couldn't parse concise annotation for prediction profile. ("+e.getMessage()+")"); - ex.setStackTrace(e.getStackTrace()); + IOException ex = new IOException("Couldn't parse concise annotation for prediction profile.\n"+e); throw ex; } this.annotations = new Vector();