Method checkError()
Return type: boolean
Member of: java.io.PrintWriter
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (out.checkError())
2 if (pOut.checkError()) {
3 if (out.checkError())
4 if (writer.checkError()) {
5 if (printWriter.checkError())
6 if (wri.checkError()){
7 if (osw.checkError())
8 if (out.checkError())
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.