> 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
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.
> :-)
*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
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
, 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
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
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