public class ConfigurationPropertiesBindingException extends RuntimeException
@ConfigurationProperties annotated object failed to be
bound.| Constructor and Description |
|---|
ConfigurationPropertiesBindingException(Class<?> targetClass,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause()
Retrieve the innermost cause of this exception, if any.
|
Class<?> |
getTargetClass()
Return the target type of the object that failed to be bound.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Class<?> getTargetClass()
Classpublic Throwable getRootCause()
null if noneCopyright © 2017 Pivotal Software, Inc.. All rights reserved.