throw new SAXException("Unable to enter the environment: " + environment, e);
}
}
public void setDocumentLocator(Locator locator) {
Environment environment = leaveEnvironment();
this.consumer.setDocumentLocator(locator);
try {
enterEnvironment(environment);
} catch (SAXException e) {
throw new UnableToPopEnvironmentException("Unable to re-enter the environment: " + environment, e);