edu.isi.nlp.ThrowingRunnable Maven / Gradle / Ivy
The newest version!
package edu.isi.nlp;
/** Like {@link Runnable}, but may throw an arbitrary exception. */
public interface ThrowingRunnable {
void run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy