Re: IBatis 3 Exceptions

2009-12-07 Thread Zach Visagie
> Sent: Thursday, December 03, 2009 7:47 PM > To: user-java@ibatis.apache.org > Subject: Re: IBatis 3 Exceptions > > > > Nope. Nothing technical. I just happen to hate checked exceptions. > :-) > > The original exception is always nested within the runtime o

RE: IBatis 3 Exceptions

2009-12-05 Thread Thijs
gt; > > > From: Clinton Begin [mailto:clinton.be...@gmail.com] > Sent: Thursday, December 03, 2009 7:47 PM > To: user-java@ibatis.apache.org > Subject: Re: IBatis 3 Exceptions > > > > Nope. Nothing technical. I just happen to hate checked exceptions. > :-)

Re: IBatis 3 Exceptions

2009-12-04 Thread Clinton Begin
*Sent:* Thursday, December 03, 2009 7:47 PM > *To:* user-java@ibatis.apache.org > *Subject:* Re: IBatis 3 Exceptions > > > > Nope. Nothing technical. I just happen to hate checked exceptions. :-) > > The original exception is always nested within the runtime one tho

Re: IBatis 3 Exceptions

2009-12-04 Thread Larry Meadors
be a good forum to share. > > > > From: Clinton Begin [mailto:clinton.be...@gmail.com] > Sent: Thursday, December 03, 2009 7:47 PM > To: user-java@ibatis.apache.org > Subject: Re: IBatis 3 Exceptions > > > > Nope.  Nothing technical.  I just happen to hate checked exce

RE: IBatis 3 Exceptions

2009-12-04 Thread Rick . Wellman
, December 03, 2009 7:47 PM To: user-java@ibatis.apache.org Subject: Re: IBatis 3 Exceptions Nope. Nothing technical. I just happen to hate checked exceptions. :-) The original exception is always nested within the runtime one though, so you have full access to everything you need. There is a bit

Re: IBatis 3 Exceptions

2009-12-03 Thread Clinton Begin
Nope. Nothing technical. I just happen to hate checked exceptions. :-) The original exception is always nested within the runtime one though, so you have full access to everything you need. There is a bit of placeholder code where I had intended to build a hierarchy of exceptions, similar to S

IBatis 3 Exceptions

2009-12-03 Thread Alex Sherwin
Why does IBatis 3.0 throw IbatisException (RuntimeException) instead of checked exceptions? Is this a limitation now due to the dynamic nature of the generic typed mapped statement classes? IbatisException doesn't even seem to wrap SQLException, I see it wrapping the native exceptions from my