public final class JsonIOException extends JsonParseException
| Constructor and Description |
|---|
JsonIOException(String msg) |
JsonIOException(String msg,
Throwable cause) |
JsonIOException(Throwable cause)
Creates exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2008–2014 Google, Inc.. All rights reserved.