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