public interface  org.apache.camel.util.function.ThrowingRunnable extends java.lang.Object
{
public abstract void run() throws java.lang.Throwable;
}