Class ReporterErrorHandler

java.lang.Object
uk.ac.starlink.ttools.taplint.ReporterErrorHandler
All Implemented Interfaces:
ErrorHandler

public class ReporterErrorHandler extends Object implements ErrorHandler
SAX ErrorHandler implementation based on a Reporter.
Since:
3 Jun 2011
Author:
Mark Taylor
  • Constructor Details

    • ReporterErrorHandler

      public ReporterErrorHandler(Reporter reporter)
      Constructor.
      Parameters:
      reporter - reporter object which handles delivering messages
  • Method Details