com.google.gson
Class JsonSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gson.JsonParseException
com.google.gson.JsonSyntaxException
- All Implemented Interfaces:
- Serializable
public final class JsonSyntaxException
- extends JsonParseException
This exception is raised when Gson attempts to read (or write) a malformed
JSON element.
- Author:
- Inderjeet Singh, Joel Leitch
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JsonSyntaxException
public JsonSyntaxException(String msg)
JsonSyntaxException
public JsonSyntaxException(String msg,
Throwable cause)
JsonSyntaxException
public JsonSyntaxException(Throwable cause)
- Creates exception with the specified cause. Consider using
JsonSyntaxException(String, Throwable)
instead if you can
describe what actually happened.
- Parameters:
cause
- root exception that caused this exception to be thrown.
Copyright © 2008-2012 Google, Inc.. All Rights Reserved.