Home / Class/ ReportableException Class — spring-boot Architecture

ReportableException Class — spring-boot Architecture

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

Entity Profile

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/ReportableException.java lines 25–35

public class ReportableException extends RuntimeException {

	public ReportableException(String message) {
		super(message);
	}

	public ReportableException(String message, Throwable cause) {
		super(message, cause);
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free