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