git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9862477
)
java 1.1 compatibility (again)
author
jprocter
<Jim Procter>
Thu, 13 Dec 2007 17:47:45 +0000
(17:47 +0000)
committer
jprocter
<Jim Procter>
Thu, 13 Dec 2007 17:47:45 +0000
(17:47 +0000)
src/jalview/io/JPredFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/JPredFile.java
b/src/jalview/io/JPredFile.java
index
6dcbccd
..
bd57050
100755
(executable)
--- a/
src/jalview/io/JPredFile.java
+++ b/
src/jalview/io/JPredFile.java
@@
-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();