Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ca9c479

Browse files
docs(readme): keep editing mermaid (remove constructors)
1 parent ffe19f5 commit ca9c479

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ classDiagram
7171
#payloadSupplier: Supplier<Map<String,Object>>
7272
$DefaultBaseErrorCodeHolder.INSTANCE : BaseErrorCode
7373
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)
8383
8484
+getErrorCode() : BaseErrorCode
8585
-(static) getDefaultErrorCode() : BaseErrorCode

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /