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

Commitdedbd0d

Browse files
author
Douglas Crockford
committed
javadoc
1 parentae8d12c commitdedbd0d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎JSONException.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ public JSONException(String message) {
2121
}
2222

2323
/**
24-
*Constructs a new JSONException with the specified cause.
24+
* Constructs a new JSONException with the specified cause.
2525
*/
2626
publicJSONException(Throwablecause) {
2727
super(cause.getMessage());
2828
this.cause =cause;
2929
}
3030

3131
/**
32-
* Returns the cause of this throwable or null if the cause is nonexistent or unknown.
33-
* @returns the cause of this throwable or null if the cause is nonexistent or unknown.
32+
* Returns the cause of this exception or null if the cause is nonexistent
33+
* or unknown.
34+
*
35+
* @returns the cause of this exception or null if the cause is nonexistent
36+
* or unknown.
3437
*/
3538
publicThrowablegetCause() {
3639
returnthis.cause;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp