ikrs.json
Class JSONException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ikrs.json.JSONException
All Implemented Interfaces:
java.io.Serializable

public class JSONException
extends java.lang.Exception

This is the default Exception that will be thrown if and JSON/type errors occur.

See Also:
Serialized Form

Constructor Summary
JSONException(java.lang.String message)
          Create a new JSONException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONException

public JSONException(java.lang.String message)
Create a new JSONException.