public class DefaultPropertyAccessExceptionHandler extends Object implements PropertyAccessExceptionHandler
Constructor and Description |
---|
DefaultPropertyAccessExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
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 DefaultPropertyAccessExceptionHandler()
public void onPropertyReadException(PropertyReadException exception, DiffNode node)
PropertyAccessExceptionHandler
onPropertyReadException
in interface PropertyAccessExceptionHandler
exception
- This exception object contains more details about the property.node
- The DiffNode
for which the exception occured.Copyright © 2016. All rights reserved.