public final class Exceptions extends Object
Modifier and Type | Method and Description |
---|---|
static RuntimeException |
launderThrowable(Throwable t)
Coerce an unchecked Throwable to a RuntimeException:
If the Throwable is an Error, throw it.
If it is a
RuntimeException return it.
Otherwise, throw IllegalStateException .
|
public static RuntimeException launderThrowable(Throwable t)
RuntimeException
return it.IllegalStateException
.Copyright © 2015. All Rights Reserved.