PrintWriter.checkError

PrintWriter.checkError

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean checkError()
Returns
True if the print stream has encountered an error, either on the underlying output stream or during a format conversion.
Description
Flush the stream and check its error state. Errors are cumulative; once the stream encounters an error, this routine will return true on all successive calls.