Home / Class/ NoSuchCommandException Class — spring-boot Architecture

NoSuchCommandException Class — spring-boot Architecture

Architecture documentation for the NoSuchCommandException class in NoSuchCommandException.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/NoSuchCommandException.java lines 25–33

public class NoSuchCommandException extends CommandException {

	private static final long serialVersionUID = 1L;

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

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free