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