/* */ }
/* */
/* */ public static void handleTypeMismatchError(XMLSerializer serializer, Object parentObject, String fieldName, Object childObject)
/* */ throws SAXException
/* */ {
/* 130 */ ValidationEvent ve = new ValidationEventImpl(1, Messages.TYPE_MISMATCH.format(new Object[] { getTypeName(parentObject), fieldName, getTypeName(childObject) }), new ValidationEventLocatorExImpl(parentObject, fieldName));
/* */
/* 138 */ serializer.reportError(ve);
/* */ }