public class DoNothingExceptionCallback extends Object implements IExceptionCallback<Throwable>
IExceptionCallback interface, that
swallows all exceptions and does nothing.| Constructor and Description |
|---|
DoNothingExceptionCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onException(Throwable t)
Called when an exception of the specified type occurred.
|
String |
toString() |
public void onException(@Nullable Throwable t)
IExceptionCallbackonException in interface IExceptionCallback<Throwable>t - The exception. Never null.Copyright © 2014–2015 Philip Helger. All rights reserved.