public interface IDAOReadExceptionCallback
extends com.helger.commons.callback.ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDAOReadException(Throwable t,
boolean bInit,
com.helger.commons.io.IReadableResource aRes)
Called when an exception of the specified type occurred
|
void onDAOReadException(@Nonnull Throwable t, boolean bInit, @Nullable com.helger.commons.io.IReadableResource aRes)
t - The exception. Never null.bInit - If true, it is an init action, else it is a read actionaRes - The resource that failed. May be null if no file is
definedCopyright © 2014–2015 Philip Helger. All rights reserved.