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
  5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e["syntaxError()"]
  9d280377_39f9_945d_4b0c_8be3562c4bd5["nextValue()"]
  9d280377_39f9_945d_4b0c_8be3562c4bd5 -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  4a327d15_c9d7_fbe1_89b7_43cf755708ae["nextCleanInternal()"]
  4a327d15_c9d7_fbe1_89b7_43cf755708ae -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  a35df52e_f777_54bb_0b5d_4e438a30aff6["nextString()"]
  a35df52e_f777_54bb_0b5d_4e438a30aff6 -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  456ee97a_fb70_0a4a_5d08_7b1fb0fd3d3d["readEscapeCharacter()"]
  456ee97a_fb70_0a4a_5d08_7b1fb0fd3d3d -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  8089b70b_21e3_f7e1_7641_cc4fd9b7bd5a["readLiteral()"]
  8089b70b_21e3_f7e1_7641_cc4fd9b7bd5a -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  bfecd7ed_4ec2_1eca_3ac0_a644aa4d808b["readObject()"]
  bfecd7ed_4ec2_1eca_3ac0_a644aa4d808b -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  0ed2fa59_d163_c92c_e366_27997083938e["readArray()"]
  0ed2fa59_d163_c92c_e366_27997083938e -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  21636085_5a08_912d_0d33_f80941f905fb["next()"]
  21636085_5a08_912d_0d33_f80941f905fb -->|calls| 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e
  style 5d37c1ba_6649_7ef7_7cb2_9bcac45ebb3e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/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