This method of the Document class returns information about the given parse exception that was generated during the load.
public void reportError(ParseException e, OutputStream out);
e | The exception to report on. |
out | The output stream to report to. |