Package tech.ydb.yoj.util.lang
Class Exceptions
java.lang.Object
tech.ydb.yoj.util.lang.Exceptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic <X extends Throwable>
booleanisOrCausedBy(Throwable t, @NonNull Class<X> causeClass) static <X extends Throwable>
booleanisOrCausedByExact(Throwable t, @NonNull Class<X> causeClass)
-
Method Details
-
isOrCausedBy
-
isOrCausedByExact
-