package buzzerproxy.handler; public interface ExceptionHandler { public void throwException(Throwable throwable); }