leonbloy / pngj

PNGJ : pure Java library for high performance PNG encoding
http://hjg.com.ar/pngj/
273 stars 52 forks source link

Invalid CRC and so on should be IOException, not RuntimeException #43

Closed abique closed 5 years ago

leonbloy commented 5 years ago

All exceptions in PNGJ inherit from PngjException which extends RuntimeException, hence they are unchecked. That's a conscious decision, in agreement with many (not all) Java developers

See eg https://stackoverflow.com/questions/23178952/why-spring-handles-only-unchecked-exceptions