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 © 2006–2015 phloc systems. All rights reserved.