Possible Duplicate:
PrintWriter and PrintStream never throw IOExceptions
Maybe the question is a bit "strange". But i'm curious to know why both PrintWriter and PrintStream don't check automatically runtime exceptions , and they provides a checkError() method.
Thanks to all in advance.