public class SuppressedRunnableWrapper extends Object implements Runnable
Runnable.
All the exceptions thrown from Runnable.run() are caught and handled.| Constructor and Description |
|---|
SuppressedRunnableWrapper(Runnable runnable) |
SuppressedRunnableWrapper(Runnable runnable,
java.util.function.Consumer<Throwable> errorHandler) |
public SuppressedRunnableWrapper(Runnable runnable)
public SuppressedRunnableWrapper(Runnable runnable, java.util.function.Consumer<Throwable> errorHandler)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.