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, toString
public Class<?> getTargetClass()
Class
public Throwable getRootCause()
null
if noneCopyright © 2017 Pivotal Software, Inc.. All rights reserved.