java 1.1 compatibility (again)
authorjprocter <Jim Procter>
Thu, 13 Dec 2007 17:47:45 +0000 (17:47 +0000)
committerjprocter <Jim Procter>
Thu, 13 Dec 2007 17:47:45 +0000 (17:47 +0000)
src/jalview/io/JPredFile.java

index 6dcbccd..bd57050 100755 (executable)
@@ -302,8 +302,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();