public class Exceptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
causes(Throwable t) |
static RuntimeException |
duck(Throwable t) |
static String |
toString(Throwable t) |
static Throwable |
unrollCause(Throwable t) |
static Throwable |
unrollCause(Throwable t,
Class<? extends Throwable> unrollType) |
public static RuntimeException duck(Throwable t)
Copyright © 2021. All rights reserved.