Class AbstractLoader.LoggingErrorHandler

java.lang.Object
org.objenesis.tck.AbstractLoader.LoggingErrorHandler
All Implemented Interfaces:
AbstractLoader.ErrorHandler
Enclosing class:
AbstractLoader

public static class AbstractLoader.LoggingErrorHandler extends Object implements AbstractLoader.ErrorHandler
Error handler that logs errors to a text stream.
  • Field Details

  • Constructor Details

    • LoggingErrorHandler

      public LoggingErrorHandler(PrintStream out)
      Parameters:
      out - Stream in which to log
  • Method Details