Movatterモバイル変換


[0]ホーム

URL:


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

Commitf7bb00c

Browse files
committed
added getter for the JSON string to ParseException
1 parent120ba0f commitf7bb00c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/main/java/io/api/etherscan/error/ParseException.java‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ public ParseException(String message, Throwable cause, String json) {
1313
super(message,cause);
1414
this.json =json;
1515
}
16+
17+
publicStringgetJson() {
18+
returnjson;
19+
}
1620
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp