|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface BindingError
Represents a problem which occurred during data binding.
Method Summary | |
---|---|
java.lang.Throwable
|
getCause()
@return an exception thrown during the data binding process |
java.lang.Object
|
getObject()
@return the object that data binding was being imposed upon |
java.lang.String
|
getPropertyName()
@return the name of the property that the data binding error occurred on |
java.lang.Object
|
getRejectedValue()
@return The value which could not be bound to the property |
Method Detail |
---|
public java.lang.Throwable getCause()
public java.lang.Object getObject()
public java.lang.String getPropertyName()
public java.lang.Object getRejectedValue()
Groovy Documentation