}
private void consumeIncompatibleType(
DmdlSemantics environment, AstAttribute attribute,
Map<String, AstAttributeElement> elements, ParquetFileTrait result) {
ExceptionHandlingStrategy option = consumeOption(
environment, attribute, elements,
ELEMENT_INCOMPATIBLE_TYPE,
Messages.getString("ParquetFileDriver.labelExceptionMappingStrategy"), //$NON-NLS-1$
ExceptionHandlingStrategy.values());
if (option != null) {