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
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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