org.kopitubruk.util.json
Class BadPropertyNameException

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.BadPropertyNameException
All Implemented Interfaces:
Serializable

public final class BadPropertyNameException
extends JSONException

Exception for handling bad Javascript property identifiers for JSONUtil.

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.