ConfigurationPropertiesBindException

Exception thrown when @ConfigurationProperties binding fails.

Author

Phillip Webb

Stephane Nicoll

Since

2.0.0

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
open fun contains(exClass: Class<out Any>): Boolean
Link copied to clipboard
Link copied to clipboard
Return the configuration properties annotation that triggered the binding.
Link copied to clipboard
open fun getBeanType(): Class<out Any>
Return the bean type that was being bound.
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
Link copied to clipboard
open fun toString(): String