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 classstatic classFields in org.biojava.bio.program.gff declared as GFFErrorHandlerModifier and TypeFieldDescriptionstatic final GFFErrorHandlerGFFErrorHandler.ABORT_PARSINGstatic final GFFErrorHandlerGFFErrorHandler.SKIP_RECORDMethods 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 TypeMethodDescriptionvoidGFFParser.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 TypeMethodDescriptionvoidGFF3Parser.setErrorHandler(GFFErrorHandler errors) Set the error handler used by this parser.