public class DoNothingExceptionCallback extends Object implements IExceptionCallback<Throwable>
IExceptionCallback interface, that
swallows all exceptions and does nothing.| Constructor and Description |
|---|
DoNothingExceptionCallback() |
public void onException(@Nullable Throwable t)
IExceptionCallbackonException in interface IExceptionCallback<Throwable>t - The exception. Never null.Copyright © 2014–2015 Philip Helger. All rights reserved.