|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.google.gson.JsonParseException com.google.gson.JsonIOException
public final class JsonIOException
This exception is raised when Gson was unable to read an input stream or write to one.
Constructor Summary | |
---|---|
JsonIOException(java.lang.String msg)
|
|
JsonIOException(java.lang.String msg,
java.lang.Throwable cause)
|
|
JsonIOException(java.lang.Throwable cause)
Creates exception with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JsonIOException(java.lang.String msg)
public JsonIOException(java.lang.String msg, java.lang.Throwable cause)
public JsonIOException(java.lang.Throwable cause)
JsonIOException(String, Throwable)
instead if you can describe what happened.
cause
- root exception that caused this exception to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |