Returns true if this writer has encountered and suppressed an error. Used by PrintStreams as an alternative to checked exceptions.
()
| 124 | * by PrintStreams as an alternative to checked exceptions. |
| 125 | */ |
| 126 | boolean checkError() { |
| 127 | return false; |
| 128 | } |
| 129 | } |