Uses of Enum Class
cloud.opencode.base.image.exception.ImageErrorCode
Packages that use ImageErrorCode
-
Uses of ImageErrorCode in cloud.opencode.base.image.exception
Subclasses with type arguments of type ImageErrorCode in cloud.opencode.base.image.exceptionMethods in cloud.opencode.base.image.exception that return ImageErrorCodeModifier and TypeMethodDescriptionImageException.getImageErrorCode()Get the image error code enum 获取图片错误码枚举static ImageErrorCodeReturns the enum constant of this class with the specified name.static ImageErrorCode[]ImageErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.image.exception with parameters of type ImageErrorCodeModifierConstructorDescriptionImageException(String message, ImageErrorCode errorCode) Create an image exception with message and error code 创建带消息和错误码的图片异常ImageException(String message, Throwable cause, ImageErrorCode errorCode) Create an image exception with message, cause and error code 创建带消息、原因和错误码的图片异常ImageFormatException(String message, ImageErrorCode errorCode) Create an image format exception with error code 创建带错误码的图片格式异常ImageIOException(String message, ImageErrorCode errorCode) Create an image IO exception with error code 创建带错误码的图片IO异常ImageIOException(String message, Throwable cause, ImageErrorCode errorCode) Create an image IO exception with cause and error code 创建带原因和错误码的图片IO异常ImageOperationException(String message, ImageErrorCode errorCode) Create an image operation exception with error code 创建带错误码的图片操作异常ImageOperationException(String message, Throwable cause, ImageErrorCode errorCode) Create an image operation exception with cause and error code 创建带原因和错误码的图片操作异常ImageResourceException(String message, ImageErrorCode errorCode) Create an image resource exception with error code 创建带错误码的图片资源异常ImageValidationException(String message, ImageErrorCode errorCode) Create an image validation exception with error code 创建带错误码的图片验证异常