public final class JsonIOException extends JsonParseException
构造器和说明 |
---|
JsonIOException(String msg) |
JsonIOException(String msg,
Throwable cause) |
JsonIOException(Throwable cause)
Creates exception with the specified cause.
|
public JsonIOException(String msg)
public JsonIOException(Throwable cause)
JsonIOException(String, Throwable)
instead if you can describe what happened.cause
- root exception that caused this exception to be thrown.