Interface PropertyAccessExceptionHandler
- All Known Implementing Classes:
DefaultPropertyAccessExceptionHandler
public interface PropertyAccessExceptionHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPropertyReadException(PropertyReadException exception, DiffNode node) Will be called whenever the value of a property could not be retrieved due to an underlying exception.
-
Method Details
-
onPropertyReadException
Will be called whenever the value of a property could not be retrieved due to an underlying exception.- Parameters:
exception- This exception object contains more details about the property.node- TheDiffNodefor which the exception occured.
-