Interface BugHandler


public interface BugHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Throwable thrown)
     
    void
    handle(Throwable thrown)
     
  • Method Details