@@ -71,15 +71,15 @@ classDiagram
71
71
#payloadSupplier: Supplier<Map<String,Object>>
72
72
$DefaultBaseErrorCodeHolder.INSTANCE : BaseErrorCode
73
73
74
- +BaseCustomException()
75
- +BaseCustomException(message: String)
76
- +BaseCustomException(message: String, cause: Throwable)
77
- +BaseCustomException(errorCode: BaseErrorCode)
78
- +BaseCustomException(errorCode: BaseErrorCode, cause: Throwable)
79
- +BaseCustomException(errorCode: BaseErrorCode, action: Runnable)
80
- +BaseCustomException(errorCode: BaseErrorCode, action: Runnable, cause: Throwable)
81
- +BaseCustomException(errorCode: BaseErrorCode, payloadSupplier: Supplier<Map<String,Object>>)
82
- +BaseCustomException(errorCode: BaseErrorCode, payloadSupplier: Supplier<Map<String,Object>>, cause: Throwable)
74
+ %% +BaseCustomException()
75
+ %% +BaseCustomException(message: String)
76
+ %% +BaseCustomException(message: String, cause: Throwable)
77
+ %% +BaseCustomException(errorCode: BaseErrorCode)
78
+ %% +BaseCustomException(errorCode: BaseErrorCode, cause: Throwable)
79
+ %% +BaseCustomException(errorCode: BaseErrorCode, action: Runnable)
80
+ %% +BaseCustomException(errorCode: BaseErrorCode, action: Runnable, cause: Throwable)
81
+ %% +BaseCustomException(errorCode: BaseErrorCode, payloadSupplier: Supplier<Map<String,Object>>)
82
+ %% +BaseCustomException(errorCode: BaseErrorCode, payloadSupplier: Supplier<Map<String,Object>>, cause: Throwable)
83
83
84
84
+getErrorCode() : BaseErrorCode
85
85
-(static) getDefaultErrorCode() : BaseErrorCode
0 commit comments