Example usage for Java com.google.gson JsonParseException fields, constructors, methods, implement or subclass
The text is from its open source code.
JsonParseException(String msg) Creates exception with the specified message. | |
JsonParseException(Throwable cause) Creates exception with the specified cause. | |
JsonParseException(String msg, Throwable cause) Creates exception with the specified message and cause. |