public class MalformedJsonException
extends java.lang.RuntimeException
JsonReader.setLenient(boolean).| Constructor and Description |
|---|
MalformedJsonException(java.lang.String message) |
MalformedJsonException(java.lang.String msg,
java.lang.Throwable cause)
Creates exception with the specified message and cause.
|
MalformedJsonException(java.lang.Throwable cause)
Creates exception with the specified cause.
|
public MalformedJsonException(java.lang.String message)
public MalformedJsonException(java.lang.String msg,
java.lang.Throwable cause)
msg - error message describing what happened.cause - root exception that caused this exception to be thrown.public MalformedJsonException(java.lang.Throwable cause)
cause - root exception that caused this exception to be thrown.