| Modifier and Type | Method and Description |
|---|---|
void |
Converter.run(XRunnable<?> xRunnable)
Runs a given
XRunnable that wraps a checked exception that may occur as a specific unchecked exception. |
static void |
Conversion.run(XRunnable<?> xRunnable)
Runs a given
XRunnable that wraps a checked exception that may occur as a WrappedException. |
void |
Ignoring.run(XRunnable<X> runnable)
Runs a given
XRunnable ignoring an exception that may occur. |
Runnable |
Converter.runnable(XRunnable<?> xRunnable)
|
static Runnable |
Conversion.runnable(XRunnable<?> xRunnable)
Converts an
XRunnable that may throw a checked exception to a Runnable that,
when executed, wraps any occurring checked exception as a WrappedException. |
Copyright © 2024 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.