org.kopitubruk.util.json
Class DataStructureLoopException

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

public final class DataStructureLoopException
extends JSONException

Exception for handling loops in the data structures sent to various toJSON methods.

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.