Resty icon indicating copy to clipboard operation
Resty copied to clipboard

Propagate exceptions

Open aelgn opened this issue 11 years ago • 1 comments

Overall a nice little library but needs to be ridden of those ugly e.printStackTrace() calls. Please, let the exceptions propagate and/or wrap in your own Exception class.

The api catches exceptions and print them to System.out, which renders it unusable to me.

aelgn avatar Nov 22 '12 17:11 aelgn

yup, found some instances of that one. I'll use the logger in case the exception should be ignored.

beders avatar Jan 20 '13 06:01 beders