package com.volmit.iris.util; public interface NastyRunnable { public void run() throws Throwable; }