Home / Function/ syntaxError() — spring-boot Function Reference

syntaxError() — spring-boot Function Reference

Architecture documentation for the syntaxError() function in JSONTokener.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  2ea9368b_02eb_2d26_b6e7_aaf2153de2a0["syntaxError()"]
  87e46e8d_3da0_7f48_7371_9287ac91a438["nextValue()"]
  87e46e8d_3da0_7f48_7371_9287ac91a438 -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  8fab3eb9_87b1_0170_dc8c_7fff92dfe65b["nextCleanInternal()"]
  8fab3eb9_87b1_0170_dc8c_7fff92dfe65b -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  66b15724_450e_758d_e9ff_8fb2f09212ec["nextString()"]
  66b15724_450e_758d_e9ff_8fb2f09212ec -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  f689c599_8725_00e0_186d_a8613721207b["readEscapeCharacter()"]
  f689c599_8725_00e0_186d_a8613721207b -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  f4a17d8d_2d55_e198_454a_fcedac6674b9["readLiteral()"]
  f4a17d8d_2d55_e198_454a_fcedac6674b9 -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  893d015b_6dbc_f3e6_7bc9_d3ea1284a481["readObject()"]
  893d015b_6dbc_f3e6_7bc9_d3ea1284a481 -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  da568135_bed6_f988_5f6f_c09ed51fd977["readArray()"]
  da568135_bed6_f988_5f6f_c09ed51fd977 -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  c457e37b_ad05_1c16_7e3a_68116950b4ac["next()"]
  c457e37b_ad05_1c16_7e3a_68116950b4ac -->|calls| 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0
  style 2ea9368b_02eb_2d26_b6e7_aaf2153de2a0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONTokener.java lines 455–457

	public JSONException syntaxError(String message) {
		return new JSONException(message + this);
	}

Domain

Subdomains

Frequently Asked Questions

What does syntaxError() do?
syntaxError() is a function in the spring-boot codebase.
What calls syntaxError()?
syntaxError() is called by 8 function(s): next, nextCleanInternal, nextString, nextValue, readArray, readEscapeCharacter, readLiteral, readObject.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free