mirror of
https://github.com/stleary/JSON-java.git
synced 2026-04-04 00:00:53 -04:00
javadoc
This commit is contained in:
@@ -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 throwable or null if the cause is nonexistent or unknown.
|
||||
* Returns the cause of this exception or null if the cause is nonexistent
|
||||
* or unknown.
|
||||
*
|
||||
* @returns the cause of this exception or null if the cause is nonexistent
|
||||
* or unknown.
|
||||
*/
|
||||
public Throwable getCause() {
|
||||
return this.cause;
|
||||
|
||||
Reference in New Issue
Block a user