All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javajs.util.JSONException Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package javajs.util;

public class JSONException extends RuntimeException {
    public JSONException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy