org.sfm.map.impl
public class RethrowRowHandlerErrorHandler extends Object implements RowHandlerErrorHandler
| Constructor and Description |
|---|
RethrowRowHandlerErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerError(Throwable t,
Object target)
callback method when an exception is thrown from the handler.
|
public void handlerError(Throwable t, Object target)
RowHandlerErrorHandlerhandlerError in interface RowHandlerErrorHandlert - the exceptiontarget - the object that was passed to the row handlerCopyright © 2015. All rights reserved.