| Package | Description |
|---|---|
| net.hasor.web.upload |
hasor-web 框架中文件上传功能实现。
|
| Modifier and Type | Method and Description |
|---|---|
FileUploadException.UploadErrorCodes |
FileUploadException.getErrorCode() |
static FileUploadException.UploadErrorCodes |
FileUploadException.UploadErrorCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileUploadException.UploadErrorCodes[] |
FileUploadException.UploadErrorCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileUploadException(FileUploadException.UploadErrorCodes errorCode) |
FileUploadException(FileUploadException.UploadErrorCodes errorCode,
String errorMEssage) |
Copyright © 2020. All rights reserved.