Uses of Class
org.kiwiproject.base.KiwiThrowables.ThrowableInfo
Packages that use KiwiThrowables.ThrowableInfo
-
Uses of KiwiThrowables.ThrowableInfo in org.kiwiproject.base
Fields in org.kiwiproject.base declared as KiwiThrowables.ThrowableInfoModifier and TypeFieldDescriptionstatic final KiwiThrowables.ThrowableInfoKiwiThrowables.EMPTY_THROWABLE_INFORepresents an "empty"KiwiThrowables.ThrowableInfo, which is when the Throwable it comes from is null.Methods in org.kiwiproject.base that return KiwiThrowables.ThrowableInfoModifier and TypeMethodDescriptionstatic KiwiThrowables.ThrowableInfoKiwiThrowables.emptyThrowableInfo()Get the singleton "empty" instance.static KiwiThrowables.ThrowableInfoFactory method.static KiwiThrowables.ThrowableInfoKiwiThrowables.throwableInfoOfNonNull(Throwable throwable) Create aKiwiThrowables.ThrowableInfofrom givenThrowable.Methods in org.kiwiproject.base that return types with arguments of type KiwiThrowables.ThrowableInfoModifier and TypeMethodDescriptionstatic Optional<KiwiThrowables.ThrowableInfo>KiwiThrowables.throwableInfoOfNullable(@Nullable Throwable throwable) Create aKiwiThrowables.ThrowableInfofrom givenThrowable.