org.kopitubruk.util.json
Class JSONParserException

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

public class JSONParserException
extends JSONException

Exception for problems parsing JSON.

Since:
1.2
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.