Uses of Class
org.kiwiproject.base.KiwiThrowables.ThrowableInfo
-
Packages that use KiwiThrowables.ThrowableInfo Package Description org.kiwiproject.base -
-
Uses of KiwiThrowables.ThrowableInfo in org.kiwiproject.base
Fields in org.kiwiproject.base declared as KiwiThrowables.ThrowableInfo Modifier and Type Field Description static KiwiThrowables.ThrowableInfoKiwiThrowables. EMPTY_THROWABLE_INFOMethods in org.kiwiproject.base that return KiwiThrowables.ThrowableInfo Modifier and Type Method Description static KiwiThrowables.ThrowableInfoKiwiThrowables.ThrowableInfo. of(Throwable throwable)Factory methodstatic KiwiThrowables.ThrowableInfoKiwiThrowables. throwableInfoOfNonNull(Throwable throwable)Create aKiwiThrowables.ThrowableInfofrom givenThrowable.Methods in org.kiwiproject.base that return types with arguments of type KiwiThrowables.ThrowableInfo Modifier and Type Method Description static Optional<KiwiThrowables.ThrowableInfo>KiwiThrowables. throwableInfoOfNullable(Throwable throwable)Create aKiwiThrowables.ThrowableInfofrom givenThrowable.
-