public final class ExceptionUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.RuntimeException |
launderThrowable(java.lang.Throwable t)
From 'Java Concurrency in Practice': Coerce an unchecked Throwable to a
RuntimeException.
|
public static java.lang.RuntimeException launderThrowable(java.lang.Throwable t)
Copyright © 2024 Denodo Technologies. All rights reserved.