Home / Class/ ExtendedWhitespaceThrowableProxyConverter Class — spring-boot Architecture

ExtendedWhitespaceThrowableProxyConverter Class — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/logback/ExtendedWhitespaceThrowableProxyConverter.java lines 30–37

public class ExtendedWhitespaceThrowableProxyConverter extends ExtendedThrowableProxyConverter {

	@Override
	protected String throwableProxyToString(IThrowableProxy tp) {
		return CoreConstants.LINE_SEPARATOR + super.throwableProxyToString(tp) + CoreConstants.LINE_SEPARATOR;
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free