? BrokenWriter

java.lang.Object
java.io.Writer
org.apache.commons.io.output.BrokenWriter
????????:
Closeable, Flushable, Appendable, AutoCloseable

public class BrokenWriter extends Writer
Broken writer. This writer always throws an IOException from all Writer methods.

This class is mostly useful for testing error handling in code that uses a writer.

???????:
2.0