org.kopitubruk.util.json
Class DuplicatePropertyNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.kopitubruk.util.json.JSONException
org.kopitubruk.util.json.DuplicatePropertyNameException
- All Implemented Interfaces:
- Serializable
public final class DuplicatePropertyNameException
- extends JSONException
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.
- Author:
- Bill Davidson
- See Also:
- Serialized Form
Copyright © 2016. All rights reserved.