This method of the Parser class reports errors to the specified output stream, including parsing context and stack trace where the error occurred.
final public void report(ParseException e, OutputStream out);
e | The exception to report. |
out | The output stream to write the report to. |