Class DefaultPropertyAccessExceptionHandler
java.lang.Object
de.danielbechler.diff.introspection.DefaultPropertyAccessExceptionHandler
- All Implemented Interfaces:
PropertyAccessExceptionHandler
public class DefaultPropertyAccessExceptionHandler
extends Object
implements PropertyAccessExceptionHandler
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultPropertyAccessExceptionHandler
public DefaultPropertyAccessExceptionHandler()
-
-
Method Details
-
onPropertyReadException
Description copied from interface:PropertyAccessExceptionHandlerWill be called whenever the value of a property could not be retrieved due to an underlying exception.- Specified by:
onPropertyReadExceptionin interfacePropertyAccessExceptionHandler- Parameters:
exception- This exception object contains more details about the property.node- TheDiffNodefor which the exception occured.
-