Uses of Class
org.biojava.bio.program.gff.IgnoreRecordException
-
Packages that use IgnoreRecordException Package Description org.biojava.bio.program.gff GFF manipulation.org.biojava.bio.program.gff3 Support for reading and writing GFF3. -
-
Uses of IgnoreRecordException in org.biojava.bio.program.gff
Methods in org.biojava.bio.program.gff that throw IgnoreRecordException Modifier and Type Method Description protected GFFRecordGFFParser. createRecord(GFFDocumentHandler handler, List aList, String rest, String comment)Actually turns a list of tokens, some value string and a comment into a GFFRecord and informs handler.intGFFErrorHandler. invalidEnd(String token)The `end' field of the GFF entry was not a valid value.intGFFErrorHandler.SkipRecordErrorHandler. invalidEnd(String token)intGFFErrorHandler. invalidFrame(String token)The `frame' field of the GFF entry was not a valid value.intGFFErrorHandler.SkipRecordErrorHandler. invalidFrame(String token)doubleGFFErrorHandler. invalidScore(String token)The `score' field of the GFF entry was not a valid value.doubleGFFErrorHandler.SkipRecordErrorHandler. invalidScore(String token)intGFFErrorHandler. invalidStart(String token)The `start' field of the GFF entry was not a valid value.intGFFErrorHandler.SkipRecordErrorHandler. invalidStart(String token)StrandedFeature.StrandGFFErrorHandler. invalidStrand(String token)The `strand' field of the GFF entry was not a valid value.StrandedFeature.StrandGFFErrorHandler.SkipRecordErrorHandler. invalidStrand(String token) -
Uses of IgnoreRecordException in org.biojava.bio.program.gff3
Methods in org.biojava.bio.program.gff3 that throw IgnoreRecordException Modifier and Type Method Description protected GFF3RecordGFF3Parser. createRecord(GFF3DocumentHandler handler, List aList, String rest, String comment, Ontology ontology, Ontology fallBack)Actually turns a list of tokens, some value string and a comment into a GFF3Record and informs handler.
-