| Modifier and Type | Class and Description |
|---|---|
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 |
LoopDetectionFailureException
Exception if the data structure loop detection breaks.
|
Copyright © 2015. All rights reserved.