public class SimpleBindingError extends Object implements BindingError
| Constructor and description |
|---|
SimpleBindingError(Object object, String propertyName, Object rejectedValue, Throwable cause) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Throwable |
getCause() |
|
public Object |
getObject() |
|
public String |
getPropertyName() |
|
public Object |
getRejectedValue() |