javadoc
This commit is contained in:
parent
ae8d12c5f4
commit
dedbd0db46
1 changed files with 6 additions and 3 deletions
|
|
@ -29,8 +29,11 @@ public class JSONException extends RuntimeException {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the cause of this throwable or null if the cause is nonexistent or unknown.
|
* Returns the cause of this exception or null if the cause is nonexistent
|
||||||
* @returns the cause of this throwable or null if the cause is nonexistent or unknown.
|
* or unknown.
|
||||||
|
*
|
||||||
|
* @returns the cause of this exception or null if the cause is nonexistent
|
||||||
|
* or unknown.
|
||||||
*/
|
*/
|
||||||
public Throwable getCause() {
|
public Throwable getCause() {
|
||||||
return this.cause;
|
return this.cause;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue