JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
RevisionHistory
encryption
html
http
io
json
JSONArray
JSONException
JSONObject
JSONValue
sql
utils
webservices
xml
javaxt-server
javaxt-express
javaxt-webcontrols
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
JSONException Class
Show Source
The JSONException is thrown by the javaxt.json classes when things are amiss.
Constructors
JSONException
(
final String
message
)
Show Source
JSONException
(
final String
message
,
final Throwable
cause
)
Show Source
JSONException
(
final Throwable
cause
)
Show Source