Le mer. 30 juin 2021 à 02:32, Bernd Eckenfels <e...@zusammenkunft.net> a écrit : > > I vote for the subclass of IOException - if you care about handling broken > archives you would catch it,
Yes, but you can catch a runtime exception all the same. An application that doesn't want to terminate abruptly must catch all exceptions at some point. The distinction between checked and unchecked is related to the question of "recoverable or not", not about "handling or not". > if you don’t care you have to handle IO problems anyway. ? Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org