public final class

MalformedJSONException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.neomades.json.MalformedJSONException

Class Overview

Thrown when a reader encounters malformed JSON. Some syntax errors can be ignored by calling setLenient(boolean).

Summary

Public Constructors
MalformedJSONException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MalformedJSONException (String message)