Uses of Interface
org.biojava.bio.program.gff.GFFErrorHandler
-
Packages that use GFFErrorHandler Package Description org.biojava.bio.program.gff GFF manipulation.org.biojava.bio.program.gff3 Support for reading and writing GFF3. -
-
Uses of GFFErrorHandler in org.biojava.bio.program.gff
Classes in org.biojava.bio.program.gff that implement GFFErrorHandler Modifier and Type Class Description static class
GFFErrorHandler.AbortErrorHandler
static class
GFFErrorHandler.SkipRecordErrorHandler
Fields in org.biojava.bio.program.gff declared as GFFErrorHandler Modifier and Type Field Description static GFFErrorHandler
GFFErrorHandler. ABORT_PARSING
static GFFErrorHandler
GFFErrorHandler. SKIP_RECORD
Methods in org.biojava.bio.program.gff that return GFFErrorHandler Modifier and Type Method Description GFFErrorHandler
GFFParser. getErrorHandler()
Find the error handler used by this parser.Methods in org.biojava.bio.program.gff with parameters of type GFFErrorHandler Modifier and Type Method Description void
GFFParser. setErrorHandler(GFFErrorHandler errors)
Set the error handler used by this parser. -
Uses of GFFErrorHandler in org.biojava.bio.program.gff3
Methods in org.biojava.bio.program.gff3 that return GFFErrorHandler Modifier and Type Method Description GFFErrorHandler
GFF3Parser. getErrorHandler()
Find the error handler used by this parser.Methods in org.biojava.bio.program.gff3 with parameters of type GFFErrorHandler Modifier and Type Method Description void
GFF3Parser. setErrorHandler(GFFErrorHandler errors)
Set the error handler used by this parser.
-