0

I often have a situation when a method throws a checked exception so I have to write a wrapper for that method which catches the expetion and rethrow it as uncheched one. I wonder is there any helper-class in Java or in Apache libs for do the same? I'm gonna write my own implementation for that but maybe it exists already.

Michel_T.
  • 2,741
  • 5
  • 21
  • 31

0 Answers0