public final class ExceptionTools extends Object
Modifier and Type | Method and Description |
---|---|
static <T extends Throwable> |
getCause(Throwable t,
Class<? extends T> type)
Find a root cause of a given type, or
null if no root cause
of that type was found. |
Copyright © 2019. All rights reserved.