From 0e132415289c0306d028a5df560c75a0ee975493 Mon Sep 17 00:00:00 2001 From: "John J. Aylward" Date: Mon, 12 Oct 2015 14:53:03 -0400 Subject: [PATCH] Expands javadoc --- JSONException.java | 2 ++ 1 file changed, 2 insertions(+) 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