org.kopitubruk.util.json
Class DuplicatePropertyNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.kopitubruk.util.json.JSONException
                      extended by 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

Method Summary
 
Methods inherited from class org.kopitubruk.util.json.JSONException
getClassName, getLocalizedMessage, getMessage, setLocale
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2016. All rights reserved.