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 classGFFErrorHandler.AbortErrorHandlerstatic classGFFErrorHandler.SkipRecordErrorHandlerFields in org.biojava.bio.program.gff declared as GFFErrorHandler Modifier and Type Field Description static GFFErrorHandlerGFFErrorHandler. ABORT_PARSINGstatic GFFErrorHandlerGFFErrorHandler. SKIP_RECORDMethods in org.biojava.bio.program.gff that return GFFErrorHandler Modifier and Type Method Description GFFErrorHandlerGFFParser. 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 voidGFFParser. 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 GFFErrorHandlerGFF3Parser. 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 voidGFF3Parser. setErrorHandler(GFFErrorHandler errors)Set the error handler used by this parser.
-