namespaceUri = decoder.decode(namespaceUri);
localName = decoder.decode(localName);
return new BasicName(namespaceUri, localName);
}
} catch (NamespaceException err) {
throw new ValueFormatException(value, getPropertyType(),
GraphI18n.errorConvertingType.text(String.class.getSimpleName(),
Name.class.getSimpleName(),
value), err);
}
throw new ValueFormatException(value, getPropertyType(), GraphI18n.errorConvertingType.text(String.class.getSimpleName(),
Name.class.getSimpleName(),
value));
}