All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.jwbf.mediawiki.actions.util.ExceptionHandler Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
package net.sourceforge.jwbf.mediawiki.actions.util;

public interface ExceptionHandler {

  void handle(RuntimeException e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy