pipiz.exception.IExceptionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Buggy Show documentation
Show all versions of Buggy Show documentation
Web crawler - easy for use
The newest version!
package pipiz.exception;
import pipiz.Buggy;
public interface IExceptionHandler {
void handle(Exception e, Buggy context, Buggy.Worker targetWorker);
}