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