public static void handlePrintConversionException(
Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
ValidationEvent ve = new PrintConversionEventImpl(
ValidationEvent.ERROR, e.getMessage(),
new ValidationEventLocatorImpl(caller) );
serializer.reportError(ve);
}