interface RunnableWithExceptions { public void run() throws Exception; }