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

org.ioc.commons.flowcontrol.exceptioncontroller.ExceptionController Maven / Gradle / Ivy

package org.ioc.commons.flowcontrol.exceptioncontroller;

/**
 * An useful definition for implementing a exception controller.
 * 
 * @author 'Jesús Lunar Pérez'
 * 
 */
public interface ExceptionController {

	void handleException(Throwable e, String msgInfo, Object... params);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy