org.simpleflatmapper.map.ConsumerErrorHandler Maven / Gradle / Ivy
package org.simpleflatmapper.map;
public interface ConsumerErrorHandler {
/**
* callback method when an exception is thrown from the handler.
* @param error the exception
* @param target the object that was passed to the row handler
*/
void handlerError(Throwable error, Object target);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy