[Biojava-l] Impossible to catch Location parsing Error

Hiroyuki Hashimoto hirohash@genes.nig.ac.jp
Fri, 20 Sep 2002 19:21:09 +0900


Hello, everyone.

I mail BioJava-ML for the first time.

I'm trying to parse DDBJ Format data, which is similar to GenBank-Format.

The problem arose.
DDBJ's data contain illegal? Location of Feature, so the number of start
position is greater than that of end position, for example, "92619..88345".
BioJava's parser read out stderr message;
"This line could not be parsed: misc_feature    92619..88345"
But not throw Exception, so it is impossible to catch this error..
And it is ignored after that.

They are being caught if it carries out what, or a bug?