Uses of Interface
cloud.opencode.base.core.exception.ExceptionUtil.CheckedSupplier
Packages that use ExceptionUtil.CheckedSupplier
Package
Description
Common exception types for the OpenCode Base framework.
-
Uses of ExceptionUtil.CheckedSupplier in cloud.opencode.base.core.exception
Methods in cloud.opencode.base.core.exception with parameters of type ExceptionUtil.CheckedSupplierModifier and TypeMethodDescriptionstatic <T> TExceptionUtil.wrapAndReturn(ExceptionUtil.CheckedSupplier<T> supplier) Wraps a checked exception as a runtime exception and returns the result.