com.google.gson.stream
Class MalformedJsonException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               com.google.gson.stream.MalformedJsonException
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–2014 Google, Inc.. All rights reserved.