bitextor / pdf-extract

PDF parser and converter to HTML
GNU General Public License v3.0
83 stars 14 forks source link

catch and throw again anti-pattern #46

Closed kpu closed 4 years ago

kpu commented 4 years ago

What's the purpose of catching exceptions only to throw them again?

https://github.com/bitextor/pdf-extract/blob/c688bbfee617be7c1c71526b2e4f350a2c27f7a5/src/pdfextract/PDFToHtml.java#L82-L84