public class BindException extends java.lang.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
null if 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.
|
public ConfigurationPropertyName getName()
public Bindable<?> getTarget()
public ConfigurationProperty getProperty()
public Origin getOrigin()
OriginProvider
null
if the origin is not known.getOrigin
in interface OriginProvider
null