Nice!

I just started implementing this.  Will this still handle exception
handlers that are not annotated with AutoExceptionHandler?

On Mon, Oct 20, 2014 at 6:55 AM, Poitras Christian <
christian.poit...@ircm.qc.ca> wrote:

>  Hi,
>
>
>
> My bet is that it should be easy if exception handler classes are
> implementing AutoExceptionHandler. Then you only need to override the
> addHandler(Class) method in DelegatingExceptionHandler to get an actual
> instance of the exception handler using Guice’s injector before delegating
> the call to addHandler(Object).
>
>
>
> Christian
>
>
>
> *De :* Nathan Maves [mailto:nathan.ma...@gmail.com]
> *Envoyé :* October-20-14 1:55 AM
> *À :* Stripes Users List
> *Objet :* [Stripes-users] Injectable ExceptionHandlers
>
>
>
> I was curious how hard it would be to add an ExceptionHandlerFactory like
> the TypeConverterFactory which would allow for plugins like the
> stripes-guice framework to inject these ExceptionHandlers.
>
>
>
> If there is a better way I am all ears and will update the current
> stripes-guice project to use it.
>
>
>
> Nathan
>
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to