Page 1 of 1

Request: Better exception handling

Posted: Fri Apr 01, 2016 12:25 pm
by d3nton
Hello!

In XLSReadWrite nearly all exceptions are raised as untyped exceptions (Exception.Create).
This makes differentiated exception handling not very easy. Would it be possible to raise a bit more specified exceptions (at least a new class EXLSReadWriteException or s.th similar).
I guess this would save a lot of people a lot of time.
Would this be possible in one of the next versions?
Thanks a lot.

regards d3nton

Re: Request: Better exception handling

Posted: Mon Apr 04, 2016 7:26 am
by larsa
Hello

I agree. I will add an exception class in the next major update. I'm working in it now.

Re: Request: Better exception handling

Posted: Mon Apr 18, 2016 6:37 am
by d3nton
Nice to hear that! Thanks!