1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Expands javadoc

This commit is contained in:
John J. Aylward 2015-10-12 14:53:03 -04:00
parent e239e1967a
commit 0e13241528

View file

@ -21,6 +21,8 @@ public class JSONException extends RuntimeException {
}
/**
* Constructs a JSONException with an explanatory message and cause.
*
* @param message
* Detail about the reason for the exception.
* @param cause