Uses of Class
cloud.opencode.base.functional.exception.OpenMatchException
Packages that use OpenMatchException
Package
Description
Functional Exceptions - Exception types for functional operations
函数式异常 - 函数式操作的异常类型
-
Uses of OpenMatchException in cloud.opencode.base.functional.exception
Methods in cloud.opencode.base.functional.exception that return OpenMatchExceptionModifier and TypeMethodDescriptionstatic OpenMatchExceptionOpenMatchException.exhaustive(Object value, Class<?> sealedType) Create exception for non-exhaustive sealed type matching 为密封类型非完备匹配创建异常static OpenMatchExceptionOpenMatchException.guardFailed(Object value) Create exception for guard condition failure 为守卫条件失败创建异常static OpenMatchExceptionCreate exception for no matching pattern 为没有匹配模式创建异常static OpenMatchExceptionOpenMatchException.typeMismatch(Object value, Class<?> expectedType) Create exception for type mismatch 为类型不匹配创建异常