Uses of Interface
org.biojava.bio.program.gff.GFFErrorHandler

Packages that use GFFErrorHandler
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
static class GFFErrorHandler.AbortErrorHandler
           
static class GFFErrorHandler.SkipRecordErrorHandler
           
 

Fields in org.biojava.bio.program.gff declared as GFFErrorHandler
static GFFErrorHandler GFFErrorHandler.ABORT_PARSING
           
static GFFErrorHandler GFFErrorHandler.SKIP_RECORD
           
 

Methods in org.biojava.bio.program.gff that return GFFErrorHandler
 GFFErrorHandler GFFParser.getErrorHandler()
          Find the error handler used by this parser.
 

Methods in org.biojava.bio.program.gff with parameters of type GFFErrorHandler
 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
 GFFErrorHandler GFF3Parser.getErrorHandler()
          Find the error handler used by this parser.
 

Methods in org.biojava.bio.program.gff3 with parameters of type GFFErrorHandler
 void GFF3Parser.setErrorHandler(GFFErrorHandler errors)
          Set the error handler used by this parser.