Home / Class/ WhitespaceThrowableProxyConverter Class — spring-boot Architecture

WhitespaceThrowableProxyConverter Class — spring-boot Architecture

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

Entity Profile

Source Code

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

public class WhitespaceThrowableProxyConverter extends ThrowableProxyConverter {

	@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