toggle menu
Spring Boot Kotlin API
3.4.5-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.context.properties.bind
/
BindException
Bind
Exception
open
class
BindException
:
RuntimeException
,
OriginProvider
Exception thrown when binding fails.
Author
Phillip Webb
Madhura Bhave
Since
2.0.0
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
name
Link copied to clipboard
val
name
:
ConfigurationPropertyName
property
Link copied to clipboard
val
property
:
ConfigurationProperty
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
target
Link copied to clipboard
val
target
:
Bindable
<
out
Any
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Origin
Link copied to clipboard
open
fun
getOrigin
(
)
:
Origin
Return the source origin or
null
if the origin is not known.
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String