Reinstate JSON license notices in datarouter
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / json / JSONException.java
index 6928042..2308eb2 100644 (file)
  ******************************************************************************/\r
 package org.json;\r
 \r
-\r
+/**\r
+ * The JSONException is thrown by the JSON.org classes when things are amiss.\r
+ *\r
+ * @author JSON.org\r
+ * @version 2013-02-10\r
+ */\r
 public class JSONException extends RuntimeException {\r
     private static final long serialVersionUID = 0;\r
     private Throwable cause;\r
 \r
-   \r
+    /**\r
+     * Constructs a JSONException with an explanatory message.\r
+     *\r
+     * @param message\r
+     *            Detail about the reason for the exception.\r
+     */\r
     public JSONException(String message) {\r
         super(message);\r
     }\r