Uses of Class
cloud.opencode.base.core.exception.OpenIOException
Packages that use OpenIOException
Package
Description
Common exception types for the OpenCode Base framework.
-
Uses of OpenIOException in cloud.opencode.base.core.exception
Methods in cloud.opencode.base.core.exception that return OpenIOExceptionModifier and TypeMethodDescriptionstatic OpenIOExceptionOpenIOException.closeFailed(String resource, Throwable cause) Creates 创建"关闭资源失败"异常static OpenIOExceptionOpenIOException.fileNotFound(String resource) Creates 创建"文件未找到"异常static OpenIOExceptionOpenIOException.fileNotFound(Path path) Creates 创建"文件未找到"异常static OpenIOExceptionOpenIOException.readFailed(String resource, Throwable cause) Creates 创建"读取失败"异常static OpenIOExceptionOpenIOException.readFailed(Path path, Throwable cause) Creates 创建"读取失败"异常static OpenIOExceptionOpenIOException.wrap(IOException cause) Wraps 包装 IOExceptionstatic OpenIOExceptionOpenIOException.writeFailed(String resource, Throwable cause) Creates 创建"写入失败"异常static OpenIOExceptionOpenIOException.writeFailed(Path path, Throwable cause) Creates 创建"写入失败"异常