This PR fixes target in BindValidationFailureAnalyzer.getBindValidationExceptionDetails() as it seems to be using BindException accidentally.

For example, the following output is included in https://github.com/spring-projects/spring-boot/issues/39234#issuecomment-1898725399.

Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'client' to com.example.demo.ClientProperties failed:

Comment From: mhalbritter

Thanks!