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

NoSuchCommandException() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b99113a2_2341_77c1_e5c8_b3dac60b291b["NoSuchCommandException()"]
  2c6b55d7_790d_f84a_3438_31a2ecf44d5d["run()"]
  2c6b55d7_790d_f84a_3438_31a2ecf44d5d -->|calls| b99113a2_2341_77c1_e5c8_b3dac60b291b
  style b99113a2_2341_77c1_e5c8_b3dac60b291b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/NoSuchCommandException.java lines 29–31

	public NoSuchCommandException(String name) {
		super(String.format("'%1$s' is not a valid command. See 'help'.", name));
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does NoSuchCommandException() do?
NoSuchCommandException() is a function in the spring-boot codebase.
What calls NoSuchCommandException()?
NoSuchCommandException() is called by 1 function(s): run.

Analyze Your Own Codebase

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

Try Supermodel Free