throw new SAXException(e);
}
if (eventHandler == null) {
throw new SAXParseException(pMsg, getDocumentLocator(), pException);
} else {
ValidationEventLocator myLocator = new ValidationEventLocatorImpl(getDocumentLocator());
ValidationEventImpl event = new ValidationEventImpl(pSeverity,
pErrorCode + ": " + pMsg,
myLocator,
pException);
event.setErrorCode(pErrorCode);