EZ JSON
by Nathanaël Cottin

org.ezjson
Class JSONDecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ezjson.JSONDecodingException
All Implemented Interfaces:
java.io.Serializable

public final class JSONDecodingException
extends java.lang.Exception

Indicates that the decoder failed to decode a JSON value due to a non-normalized JSON encoding

Author:
ncottin
See Also:
Serialized Form

Constructor Summary
JSONDecodingException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONDecodingException

public JSONDecodingException()

EZ JSON
by Nathanaël Cottin