Uses of Class
com.liferay.portal.kernel.json.JSONException
Packages that use JSONException
Package
Description
-
Uses of JSONException in com.liferay.portal.kernel.audit
Methods in com.liferay.portal.kernel.audit that throw JSONExceptionConstructors in com.liferay.portal.kernel.audit that throw JSONException -
Uses of JSONException in com.liferay.portal.kernel.json
Methods in com.liferay.portal.kernel.json that throw JSONExceptionModifier and TypeMethodDescriptionJSONFactory.createJSONArray(String json) static JSONArrayJSONFactoryUtil.createJSONArray(String json) JSONFactory.createJSONObject(String json) static JSONObjectJSONFactoryUtil.createJSONObject(String json) static JSONObjectJSONUtil.merge(JSONObject jsonObject1, JSONObject jsonObject2) JSONArray.toString(int indentFactor) JSONObject.toString(int indentFactor) -
Uses of JSONException in com.liferay.social.kernel.model
Methods in com.liferay.social.kernel.model that throw JSONExceptionModifier and TypeMethodDescriptionSocialActivity.getExtraDataValue(String key) SocialActivity.getExtraDataValue(String key, Locale locale) SocialActivityWrapper.getExtraDataValue(String key) SocialActivityWrapper.getExtraDataValue(String key, Locale locale) voidSocialActivity.setExtraDataValue(String key, String value) voidSocialActivityWrapper.setExtraDataValue(String key, String value)