Uses of Interface
org.biojava.bio.program.gff.GFFErrorHandler
Packages that use GFFErrorHandler
Package
Description
GFF manipulation.
Support for reading and writing GFF3.
-
Uses of GFFErrorHandler in org.biojava.bio.program.gff
Classes in org.biojava.bio.program.gff that implement GFFErrorHandlerModifier and TypeClassDescriptionstatic class
static class
Fields in org.biojava.bio.program.gff declared as GFFErrorHandlerModifier and TypeFieldDescriptionstatic final GFFErrorHandler
GFFErrorHandler.ABORT_PARSING
static final GFFErrorHandler
GFFErrorHandler.SKIP_RECORD
Methods in org.biojava.bio.program.gff that return GFFErrorHandlerModifier and TypeMethodDescriptionGFFParser.getErrorHandler()
Find the error handler used by this parser.Methods in org.biojava.bio.program.gff with parameters of type GFFErrorHandlerModifier and TypeMethodDescriptionvoid
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 GFFErrorHandlerModifier and TypeMethodDescriptionGFF3Parser.getErrorHandler()
Find the error handler used by this parser.Methods in org.biojava.bio.program.gff3 with parameters of type GFFErrorHandlerModifier and TypeMethodDescriptionvoid
GFF3Parser.setErrorHandler
(GFFErrorHandler errors) Set the error handler used by this parser.