| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
ErrorCode |
ScannerException.getErrorCode() |
static ErrorCode |
ErrorCode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ErrorCode[] |
ErrorCode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
ScannerException(String message,
ErrorCode errorCode)
Creates a new FlywayException with this message and error code
|
ScannerException(String message,
Throwable cause,
ErrorCode errorCode)
Creates a new FlywayException with this message, cause, and error code.
|
Copyright © 2022. All rights reserved.