| Package | Description |
|---|---|
| com.qcloud.image.exception |
| Modifier and Type | Method and Description |
|---|---|
ImageExceptionType |
AbstractImageException.getType() |
static ImageExceptionType |
ImageExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageExceptionType[] |
ImageExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractImageException(ImageExceptionType type,
String message) |
AbstractImageException(ImageExceptionType type,
Throwable cause) |
AbstractImageException(String message,
Throwable cause,
ImageExceptionType type) |
Copyright © 2019. All rights reserved.