Uses of Class
com.iohao.net.common.kit.exception.CommonRuntimeException
Packages that use CommonRuntimeException
Package
Description
Provides experimental exception-handling helpers and utility abstractions used by `common-kit`
extensions.
-
Uses of CommonRuntimeException in com.iohao.net.common.kit.exception
Methods in com.iohao.net.common.kit.exception that throw CommonRuntimeExceptionModifier and TypeMethodDescriptionstatic voidThrowKit.ofRuntimeException(String message) Throw aCommonRuntimeExceptionwith the given message.static voidThrowKit.ofRuntimeException(Throwable e) Throw aCommonRuntimeExceptionwrapping the given throwable.