com.google.gson.stream
Class MalformedJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.gson.stream.MalformedJsonException
- All Implemented Interfaces:
- Serializable
public final class MalformedJsonException
- extends IOException
Thrown when a reader encounters malformed JSON. Some syntax errors can be
ignored by calling JsonReader.setLenient(boolean)
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MalformedJsonException
public MalformedJsonException(String msg)
MalformedJsonException
public MalformedJsonException(String msg,
Throwable throwable)
MalformedJsonException
public MalformedJsonException(Throwable throwable)
Copyright © 2008-2012 Google, Inc.. All Rights Reserved.