package com.framsticks.util.dispatching; public interface ExceptionHandler { public boolean handle(Dispatcher dispatcher, Throwable throwable); }