Uses of Interface
risesoft.data.transfer.core.exception.ErrorCode
-
Packages that use ErrorCode Package Description risesoft.data.transfer.core.exception risesoft.data.transfer.core.util -
-
Uses of ErrorCode in risesoft.data.transfer.core.exception
Classes in risesoft.data.transfer.core.exception that implement ErrorCode Modifier and Type Class Description classCommonErrorCode管理异常classFrameworkErrorCode标记运行的异常Methods in risesoft.data.transfer.core.exception that return ErrorCode Modifier and Type Method Description ErrorCodeTransferException. getErrorCode()Methods in risesoft.data.transfer.core.exception with parameters of type ErrorCode Modifier and Type Method Description static TransferExceptionTransferException. as(ErrorCode errorCode, String message)static TransferExceptionTransferException. as(ErrorCode errorCode, String message, Throwable cause)static TransferExceptionTransferException. as(ErrorCode errorCode, Throwable cause)Constructors in risesoft.data.transfer.core.exception with parameters of type ErrorCode Constructor Description TransferException(ErrorCode errorCode, String errorMessage) -
Uses of ErrorCode in risesoft.data.transfer.core.util
Methods in risesoft.data.transfer.core.util with parameters of type ErrorCode Modifier and Type Method Description BooleanConfiguration. getNecessaryBool(String key, ErrorCode errorCode)StringConfiguration. getNecessaryValue(String key, ErrorCode errorCode)StringConfiguration. getUnnecessaryValue(String key, String defaultValue, ErrorCode errorCode)
-