Uses of Class
org.kopitubruk.util.json.JSONException

Uses of JSONException in org.kopitubruk.util.json
 

Subclasses of JSONException in org.kopitubruk.util.json
 class BadPropertyNameException
          Exception for handling bad Javascript property identifiers for JSONUtil.
 class DataStructureLoopException
          Exception for handling loops in the data structures sent to various toJSON methods.
 class DuplicatePropertyNameException
          Exception thrown when a map produces duplicate property names in the same object, which is extremely unlikely but could happen if the map has two keys which are not equal but produce the same result from their toString() method.
 class JSONParserException
          Exception for problems parsing JSON.
 class JSONReflectionException
          Exception for wrapping reflection exceptions.
 class LoopDetectionFailureException
          Exception if the data structure loop detection breaks.
 class UndefinedCodePointException
          Exception used when undefined code points are encountered in the input and the value of JSONConfig.getUndefinedCodePointPolicy() is JSONConfig.EXCEPTION.
 class UnmatchedSurrogateException
          Exception used when unmatched surrogates are encountered in the input and the value of JSONConfig.getUnmatchedSurrogatePolicy() is JSONConfig.EXCEPTION.
 



Copyright © 2016. All rights reserved.