Interface TestFinder.ErrorHandler

Enclosing class:
TestFinder

public static interface TestFinder.ErrorHandler
This interface is used to report significant errors found while reading files, but which are not of themselves serious enough to stop reading further. More serious errors can be reported by throwing TestFinder.Fault.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report an error found while reading a file.
  • Method Details

    • error

      void error(String msg)
      Report an error found while reading a file.
      Parameters:
      msg - A detail string identifying the error