public interface IDAOWriteExceptionCallback
extends com.helger.commons.callback.ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDAOWriteException(Throwable t,
com.helger.commons.io.IReadableResource aRes,
CharSequence aFileContent)
Called when an exception of the specified type occurred
|
void onDAOWriteException(@Nonnull Throwable t, @Nonnull com.helger.commons.io.IReadableResource aRes, @Nonnull CharSequence aFileContent)
t - The exception. Never null.aRes - The resource that failed to be written to.aFileContent - the content that should be written to the fileCopyright © 2014–2015 Philip Helger. All rights reserved.