Class BindValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.bind.validation.BindValidationException
All Implemented Interfaces:
Serializable

public class BindValidationException extends RuntimeException
Error thrown when validation fails during a bind operation.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave
See Also:
  • Method Details

    • getValidationErrors

      public ValidationErrors getValidationErrors()
      Return the validation errors that caused the exception.
      Returns:
      the validationErrors the validation errors