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

org.nanocontainer.persistence.ExceptionHandler Maven / Gradle / Ivy

package org.nanocontainer.persistence;

public interface ExceptionHandler {

	public RuntimeException handle(Throwable ex);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy