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.resource.IReadableResource aResource)
Called when an exception of the specified type occurred
|
void onDAOReadException(@Nonnull Throwable t, boolean bInit, @Nullable com.helger.commons.io.resource.IReadableResource aResource)
t - The exception. Never null.bInit - true if it is an init action false if it
is a read action.aResource - The resource that failed. May be null if no file is
defined.Copyright © 2014–2017 Philip Helger. All rights reserved.