public class BindException extends RuntimeException implements OriginProvider
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationPropertyName | getName()Return the name of the configuration property being bound. | 
| Origin | getOrigin()Return the source origin or  nullif the origin is not known. | 
| ConfigurationProperty | getProperty()Return the configuration property name of the item that was being bound. | 
| Bindable<?> | getTarget()Return the target being bound. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationPropertyName getName()
public Bindable<?> getTarget()
public ConfigurationProperty getProperty()
public Origin getOrigin()
OriginProvidernull if the origin is not known.getOrigin in interface OriginProvidernullCopyright © 2020 Pivotal Software, Inc.. All rights reserved.