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 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb["syntaxError()"] e00d01c8_1ae8_f530_0266_0863c164a433["nextValue()"] e00d01c8_1ae8_f530_0266_0863c164a433 -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb ba2b4b5f_53d3_e7ca_09c7_5b89f2ff6a13["nextCleanInternal()"] ba2b4b5f_53d3_e7ca_09c7_5b89f2ff6a13 -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb 0e60597a_7663_531a_8d22_7804181f0d6d["nextString()"] 0e60597a_7663_531a_8d22_7804181f0d6d -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb 86045145_3d09_a1ca_b6ad_828ea04afb9d["readEscapeCharacter()"] 86045145_3d09_a1ca_b6ad_828ea04afb9d -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb 2111ccdc_7354_2dd2_52b2_b19e29e21757["readLiteral()"] 2111ccdc_7354_2dd2_52b2_b19e29e21757 -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb 222f475a_e60c_57a7_5fec_ce6fe2f5deda["readObject()"] 222f475a_e60c_57a7_5fec_ce6fe2f5deda -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb e8449afe_d093_aefb_5ba5_e395f33c931b["readArray()"] e8449afe_d093_aefb_5ba5_e395f33c931b -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb 26258425_fc3e_0d14_9fb3_2be09130b4aa["next()"] 26258425_fc3e_0d14_9fb3_2be09130b4aa -->|calls| 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb style 424682c6_51c3_cdab_a5b5_25e0f9a6d8eb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONTokener.java lines 455–457
public JSONException syntaxError(String message) {
return new JSONException(message + this);
}
Domain
Subdomains
Called By
Source
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