Uses of Class
com.iohao.net.common.kit.exception.CommonIllegalArgumentException
Packages that use CommonIllegalArgumentException
Package
Description
Provides experimental exception-handling helpers and utility abstractions used by `common-kit`
extensions.
-
Uses of CommonIllegalArgumentException in com.iohao.net.common.kit.exception
Methods in com.iohao.net.common.kit.exception that throw CommonIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidThrowKit.ofIllegalArgumentException(String message) Throw aCommonIllegalArgumentExceptionwith the given message.voidThrowKit.ofIllegalArgumentException(String message, Exception e) Throw aCommonIllegalArgumentExceptionwith the given message and cause.