I validate a JDOMSource using a schema-based Validator and display validation errors using an ErrorHandler. But the getSystemId() of the SAXParseException returns null and getLineNumber() returns -1. How can I get systemId and lineNumber for the errors?