public final class Exceptions extends Object
Modifier and Type | Method | 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
If the Throwable is an Error
, throw it; if it is a
RuntimeException
return it, otherwise throw IllegalStateException
.t
- THe original exception.Copyright © 2017. All rights reserved.