public class DefaultPropertyAccessExceptionHandler extends java.lang.Object implements PropertyAccessExceptionHandler
| 构造器和说明 |
|---|
DefaultPropertyAccessExceptionHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onPropertyReadException(PropertyReadException exception,
DiffNode node)
Will be called whenever the value of a property could not be retrieved due to an underlying exception.
|
public void onPropertyReadException(PropertyReadException exception, DiffNode node)
PropertyAccessExceptionHandleronPropertyReadException 在接口中 PropertyAccessExceptionHandlerexception - This exception object contains more details about the property.node - The DiffNode for which the exception occured.