Uses of Class
com.stimulsoft.base.json.JSONException

Packages that use JSONException
com.stimulsoft.base   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.base.drawing   
com.stimulsoft.base.json   
com.stimulsoft.base.licenses   
com.stimulsoft.base.system.geometry   
 

Uses of JSONException in com.stimulsoft.base
 

Methods in com.stimulsoft.base that throw JSONException
static StiBorder StiJsonReportObjectHelper.Deserialize.Border(JProperty prop)
           
static StiBrush StiJsonReportObjectHelper.Deserialize.Brush(JProperty prop)
           
static StiColor[] StiJsonReportObjectHelper.Deserialize.ColorArray(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.colorArray(StiColor[] array)
           
static StiDateTime StiJsonReportObjectHelper.Deserialize.DateTime(JProperty prop)
           
static StiFont StiJsonReportObjectHelper.Deserialize.Font(JProperty prop, StiFont defaultFont)
           
static JSONObject StiJsonReportObjectHelper.Serialize.IntArray(int[] array)
           
static java.lang.Integer[] StiJsonReportObjectHelper.Deserialize.intArray(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.IntArray(java.util.List<java.lang.Integer> array)
           
static java.util.ArrayList<java.lang.Integer> StiJsonReportObjectHelper.Deserialize.IntArrayList(JSONObject jObject)
           
 void IStiJsonReportObject.LoadFromJsonObject(JSONObject jObject)
           
static StiPoint StiJsonReportObjectHelper.Deserialize.Point(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.point(StiPoint pos)
           
static StiPoint StiJsonReportObjectHelper.Deserialize.PointF(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.pointF(StiPoint pos)
           
static StiRectangle StiJsonReportObjectHelper.Deserialize.RectangleD(JProperty prop)
           
 JSONObject IStiJsonReportObject.SaveToJsonObject(StiJsonSaveMode Mode)
           
static JSONObject StiJsonReportObjectHelper.Serialize.size(StiSize size)
           
static StiSize StiJsonReportObjectHelper.Deserialize.SizeD(JProperty prop)
           
static java.lang.String[] StiJsonReportObjectHelper.Deserialize.stringArray(JSONObject jObject)
           
static JSONObject StiJsonReportObjectHelper.Serialize.StringArray(java.util.List<java.lang.String> array)
           
static JSONObject StiJsonReportObjectHelper.Serialize.StringArray(java.lang.String[] array)
           
static java.util.ArrayList<java.lang.String> StiJsonReportObjectHelper.Deserialize.stringList(JSONObject jObject)
           
 

Uses of JSONException in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that throw JSONException
 void StiTextGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiStringFormatGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiShadowGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushTranslateTransformGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushTextRenderingHintToAntiAliasGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushSmothingModeToAntiAliasGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushRotateTransformGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPushClipGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopTransformGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopTextRenderingHintGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopSmothingModeGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPopClipGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPieSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPenGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiPathGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinesSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLinesGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLineSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiLineGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiFontGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiEllipseGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCurveSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCurveGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiCachedShadowGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiBorderGeom.LoadFromJsonObject(JSONObject jObject)
           
 void StiArcSegmentGeom.LoadFromJsonObject(JSONObject jObject)
           
protected  JSONObject[] StiGeom.SaveGeomListToJsonObject(java.util.List<StiSegmentGeom> geoms, StiJsonSaveMode mode)
           
protected  JSONObject[] StiGeom.SavePointFArrayToJsonObject(StiPoint[] points)
           
static JSONObject StiGeom.SavePointFToJsonObject(StiPoint pos)
           
static JSONObject StiGeom.SaveRectangleDToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleFToJsonObject(StiRectangle rect)
           
static JSONObject StiGeom.SaveRectangleToJsonObject(StiRectangle rect)
           
protected  JSONObject StiGeom.SaveRectToJsonObject(java.lang.Object rect)
           
 JSONObject StiTextGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiStringFormatGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiShadowGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushTranslateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushTextRenderingHintToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushSmothingModeToAntiAliasGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushRotateTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPushClipGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopTransformGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopTextRenderingHintGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopSmothingModeGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPopClipGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPieSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPenGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLineGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiFontGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEllipseGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCachedShadowGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBorderGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiArcSegmentGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that throw JSONException
 JSONObject StiShadowAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathElementAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiPathAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLinesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLabelAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiEllipseAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiCurveAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClusteredColumnSeriesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiClusteredBarSeriesAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiBorderAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiAnimationGeom.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that throw JSONException
static StiBrush StiBrush.LoadFromJson(JSONObject jObject)
           
 void StiBorder.LoadFromJson(JSONObject jObject)
           
 void StiTextOptions.LoadFromJsonObject(JSONObject jObject)
           
 void StiSolidBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiHatchBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiGradientBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiGlassBrush.LoadValuesFromJson(JSONObject jObject)
           
 void StiGlareBrush.LoadValuesFromJson(JSONObject jObject)
           
 JSONObject StiTextOptions.SaveToJsonObject(StiJsonSaveMode mode)
           
 

Uses of JSONException in com.stimulsoft.base.json
 

Methods in com.stimulsoft.base.json that return JSONException
 JSONException JSONTokener.syntaxError(java.lang.String message)
          Make a JSONException to signal a syntax error.
 

Methods in com.stimulsoft.base.json that throw JSONException
 JSONObject JSONObject.accumulate(java.lang.String key, java.lang.Object value)
          Accumulate values under a key.
 void JSONObject.Add(java.lang.String key, java.util.Collection<?> value)
           
 void JSONObject.AddPropertyBool(java.lang.String key, boolean value)
           
 void JSONObject.AddPropertyBool(java.lang.String key, boolean value, boolean defaultValue)
           
 void JSONObject.AddPropertyDateTime(java.lang.String key, java.util.Calendar value)
           
 void JSONObject.AddPropertyDouble(java.lang.String propertyName, double value, double defaultValue)
           
 void JSONObject.AddPropertyEnum(java.lang.String key, java.lang.Enum<?> value)
           
 void JSONObject.AddPropertyEnum(java.lang.String key, java.lang.Enum<?> value, java.lang.Enum<?> defaultValue)
           
 void JSONObject.AddPropertyEnum(java.lang.String key, StiEnumSet<?> value, IStiEnum defaultValue)
           
 void JSONObject.AddPropertyFloat(java.lang.String propertyName, double value, double defaultValue)
           
 void JSONObject.AddPropertyFloatNullable(java.lang.String propertyName, double value, java.lang.Double defaultValue)
           
 void JSONObject.AddPropertyIdent(java.lang.String key, java.lang.String value)
           
 void JSONObject.AddPropertyInt(java.lang.String key, int value)
           
 void JSONObject.AddPropertyInt(java.lang.String key, int value, int defaultValue)
           
 void JSONObject.AddPropertyIntNoDefaultValue(java.lang.String propertyName, java.lang.Integer value)
           
 void JSONObject.AddPropertyJObject(java.lang.String key, JSONObject value)
           
 void JSONObject.AddPropertyString(java.lang.String propertyName, java.lang.String value)
           
 void JSONObject.AddPropertyString(java.lang.String propertyName, java.lang.String value, java.lang.String defaultValue)
           
 void JSONObject.AddPropertyStringNullOfEmpty(java.lang.String key, java.lang.String value)
           
 JSONObject JSONObject.append(java.lang.String key, java.lang.Object value)
          Append values to the array under a key.
 JSONWriter JSONWriter.array()
          Begin appending a new array.
 JSONWriter JSONWriter.endArray()
          End an array.
 JSONWriter JSONWriter.endObject()
          End an object.
 java.lang.Object JSONArray.get(int index)
          Get the object value associated with an index.
 java.lang.Object JSONObject.get(java.lang.String key)
          Get the value object associated with a key.
 boolean JSONArray.getBoolean(int index)
          Get the boolean value associated with an index.
 boolean JSONObject.getBoolean(java.lang.String key)
          Get the boolean value associated with a key.
 double JSONArray.getDouble(int index)
          Get the double value associated with an index.
 double JSONObject.getDouble(java.lang.String key)
          Get the double value associated with a key.
 int JSONArray.getInt(int index)
          Get the int value associated with an index.
 int JSONObject.getInt(java.lang.String key)
          Get the int value associated with a key.
 JSONArray JSONArray.getJSONArray(int index)
          Get the JSONArray associated with an index.
 JSONArray JSONObject.getJSONArray(java.lang.String key)
          Get the JSONArray value associated with a key.
 JSONObject JSONArray.getJSONObject(int index)
          Get the JSONObject associated with an index.
 JSONObject JSONObject.getJSONObject(java.lang.String key)
          Get the JSONObject value associated with a key.
 long JSONArray.getLong(int index)
          Get the long value associated with an index.
 long JSONObject.getLong(java.lang.String key)
          Get the long value associated with a key.
 java.lang.String JSONArray.getString(int index)
          Get the string associated with an index.
 java.lang.String JSONObject.getString(java.lang.String key)
          Get the string associated with a key.
 java.lang.String JSONArray.join(java.lang.String separator)
          Make a string from the contents of this JSONArray.
 JSONWriter JSONWriter.key(java.lang.String s)
          Append a key.
 char JSONTokener.next(char c)
          Consume the next character, and check that it matches a specified character.
 java.lang.String JSONTokener.next(int n)
          Get the next n characters.
 java.lang.String XMLTokener.nextCDATA()
          Get the text in the CDATA block.
 char JSONTokener.nextClean()
          Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
 java.lang.Object XMLTokener.nextContent()
          Get the next XML outer token, trimming whitespace.
 java.lang.Object XMLTokener.nextEntity(char a)
          Return the next entity.
 java.lang.Object XMLTokener.nextMeta()
          Returns the next XML meta token.
 java.lang.String JSONTokener.nextString(char quote)
          Return the characters up to the next close quote character.
 java.lang.Object XMLTokener.nextToken()
          Get the next XML Token.
 java.lang.String HTTPTokener.nextToken()
          Get the next token or string.
 java.lang.Object JSONTokener.nextValue()
          Get the next value.
static java.lang.String JSONObject.numberToString(java.lang.Number n)
          Produce a string from a Number.
 JSONWriter JSONWriter.object()
          Begin appending a new object.
 JPropertiesList JSONObject.Properties()
           
 JSONArray JSONArray.put(double value)
          Append a double value.
 JSONArray JSONArray.put(int index, boolean value)
          Put or replace a boolean value in the JSONArray.
 JSONArray JSONArray.put(int index, java.util.Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 JSONArray JSONArray.put(int index, double value)
          Put or replace a double value.
 JSONArray JSONArray.put(int index, int value)
          Put or replace an int value.
 JSONArray JSONArray.put(int index, long value)
          Put or replace a long value.
 JSONArray JSONArray.put(int index, java.util.Map value)
          Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 JSONArray JSONArray.put(int index, java.lang.Object value)
          Put or replace an object value in the JSONArray.
 JSONObject JSONObject.put(java.lang.String key, boolean value)
          Put a key/boolean pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, java.util.Collection value)
          Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
 JSONObject JSONObject.put(java.lang.String key, double value)
          Put a key/double pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, int value)
          Put a key/int pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, long value)
          Put a key/long pair in the JSONObject.
 JSONObject JSONObject.put(java.lang.String key, java.util.Map value)
          Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
 JSONObject JSONObject.put(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject.
 void JSONObject.putNullOfEmpty(java.lang.String propertyName, java.lang.Object value)
           
 JSONObject JSONObject.putOpt(java.lang.String key, java.lang.Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
static JSONArray CDL.rowToJSONArray(JSONTokener x)
          Produce a JSONArray of strings from a row of comma delimited values.
static JSONObject CDL.rowToJSONObject(JSONArray names, JSONTokener x)
          Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
 JSONArray JSONObject.toJSONArray(JSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
static JSONArray CDL.toJSONArray(JSONArray names, JSONTokener x)
          Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
static JSONArray CDL.toJSONArray(JSONArray names, java.lang.String string)
          Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
static JSONArray CDL.toJSONArray(JSONTokener x)
          Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
static JSONArray CDL.toJSONArray(java.lang.String string)
          Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
static JSONObject XML.toJSONObject(java.lang.String string)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
static JSONObject HTTP.toJSONObject(java.lang.String string)
          Convert an HTTP header string into a JSONObject.
static JSONObject CookieList.toJSONObject(java.lang.String string)
          Convert a cookie list into a JSONObject.
static JSONObject Cookie.toJSONObject(java.lang.String string)
          Convert a cookie specification string into a JSONObject.
 java.lang.String JSONObject.toString(int indentFactor)
          Make a prettyprinted JSON text of this JSONObject.
 java.lang.String JSONArray.toString(int indentFactor)
          Make a prettyprinted JSON text of this JSONArray.
static java.lang.String CDL.toString(JSONArray ja)
          Produce a comma delimited text from a JSONArray of JSONObjects.
static java.lang.String CDL.toString(JSONArray names, JSONArray ja)
          Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
static java.lang.String HTTP.toString(JSONObject o)
          Convert a JSONObject into an HTTP header.
static java.lang.String CookieList.toString(JSONObject o)
          Convert a JSONObject into a cookie list.
static java.lang.String Cookie.toString(JSONObject o)
          Convert a JSONObject into a cookie specification string.
static java.lang.String XML.toString(java.lang.Object o)
          Convert a JSONObject into a well-formed, element-normal XML string.
static java.lang.String XML.toString(java.lang.Object o, java.lang.String tagName)
          Convert a JSONObject into a well-formed, element-normal XML string.
 JSONWriter JSONWriter.value(boolean b)
          Append either the value true or the value false.
 JSONWriter JSONWriter.value(double d)
          Append a double value.
 JSONWriter JSONWriter.value(long l)
          Append a long value.
 JSONWriter JSONWriter.value(java.lang.Object o)
          Append an object value.
 java.io.Writer JSONObject.write(java.io.Writer writer)
          Write the contents of the JSONObject as JSON text to a writer.
 java.io.Writer JSONArray.write(java.io.Writer writer)
          Write the contents of the JSONArray as JSON text to a writer.
 

Constructors in com.stimulsoft.base.json that throw JSONException
JSONArray(JSONTokener x)
          Construct a JSONArray from a JSONTokener.
JSONArray(java.lang.Object array)
          Construct a JSONArray from an array
JSONArray(java.lang.String source)
          Construct a JSONArray from a source JSON text.
JSONObject(JSONObject jo, java.lang.String[] names)
          Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener x)
          Construct a JSONObject from a JSONTokener.
JSONObject(java.lang.String source)
          Construct a JSONObject from a source JSON text string.
 

Uses of JSONException in com.stimulsoft.base.licenses
 

Methods in com.stimulsoft.base.licenses that throw JSONException
 void StiLicenseObject.decryptFromBytes(byte[] bytes)
           
 void StiLicenseObject.decryptFromString(java.lang.String str)
           
 byte[] StiLicenseObject.encryptToBytes()
           
 java.lang.String StiLicenseObject.encryptToString()
           
static StiLicenseActivationResponse StiLicenseActivationResponse.get(byte[] bytes)
           
static StiLicenseActivationRequest StiLicenseActivationRequest.get(byte[] bytes)
           
static StiLicenseActivationResponse StiLicenseActivationResponse.get(java.lang.String str)
           
static StiLicenseActivationRequest StiLicenseActivationRequest.get(java.lang.String str)
           
 java.lang.String StiLicenseKey.getCSharpCode()
           
 void StiLicenseProduct.LoadFromJsonObject(JSONObject jObject)
           
 void StiLicenseKey.LoadFromJsonObject(JSONObject jObject)
           
 void StiLicenseObject.loadFromString(java.lang.String str)
           
 void StiLicenseKey.loadFromString(java.lang.String str)
           
 byte[] StiLicenseObject.saveToBytesInternal()
           
 JSONObject StiLicenseProduct.SaveToJsonObject(StiJsonSaveMode mode)
           
 JSONObject StiLicenseKey.SaveToJsonObject(StiJsonSaveMode mode)
           
 java.lang.String StiLicenseObject.saveToString()
           
 java.lang.String StiLicenseKey.saveToString()
           
 

Uses of JSONException in com.stimulsoft.base.system.geometry
 

Methods in com.stimulsoft.base.system.geometry that throw JSONException
 void StiRectangle.LoadFromJson(JSONObject jObject)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.