diff --git a/JSONException.java b/JSONException.java index 086bac8..9ac810b 100755 --- a/JSONException.java +++ b/JSONException.java @@ -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