private void registerErrorHandlingStrategies(IConfigRegistry configRegistry) {
configRegistry.registerConfigAttribute(
EditConfigAttributes.CONVERSION_ERROR_HANDLER,
new DialogErrorHandling(), DisplayMode.EDIT,
_446_EditErrorHandlingExample.COLUMN_TWO_LABEL);
configRegistry.registerConfigAttribute(
EditConfigAttributes.VALIDATION_ERROR_HANDLER,
new DialogErrorHandling(), DisplayMode.EDIT,
_446_EditErrorHandlingExample.COLUMN_THREE_LABEL);
configRegistry.registerConfigAttribute(
EditConfigAttributes.CONVERSION_ERROR_HANDLER,
new DialogErrorHandling(), DisplayMode.EDIT,
_446_EditErrorHandlingExample.COLUMN_FOUR_LABEL);
configRegistry.registerConfigAttribute(
EditConfigAttributes.VALIDATION_ERROR_HANDLER,
new DialogErrorHandling(), DisplayMode.EDIT,
_446_EditErrorHandlingExample.COLUMN_FOUR_LABEL);
}