Microsoft SDK for Java

report

This method of the Parser class reports errors to the specified output stream, including parsing context and stack trace where the error occurred.

Syntax

final public void report(ParseException e, OutputStream out);

Parameters

e The exception to report.
out The output stream to write the report to.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.