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

Packages that use GFFErrorHandler
org.biojava.bio.program.gff GFF manipulation. 
 

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.