refactor!: 重构 MultiTypesException #58
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/MultiTypesException"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MultiTypesException
重命名为IMultiTypesException
ExceptionType
重命名为IExceptionType
IExceptionType
中的工厂方法抽取到IExceptionFactory
中IMultiTypesException
接口中添加泛型参数TCode
,用于指定异常类型代码的类型IExceptionType
接口中添加getDescription
方法,用于获取异常类型的描述信息