Uses of Class
at.syntaxerror.json5.JSONException
-
-
Uses of JSONException in at.syntaxerror.json5
Methods in at.syntaxerror.json5 that return JSONException Modifier and Type Method Description JSONExceptionJSONParser. syntaxError(java.lang.String message)Constructs a new JSONException with a detail messageJSONExceptionJSONParser. syntaxError(java.lang.String message, java.lang.Throwable cause)Constructs a new JSONException with a detail message and a causing exception
-