Re: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Yucca Nel
I am not too sure on this, but it could be because runtime exceptions are usually avoidable and perhaps therefore you need to deal with such errors beforehand(higher up in the stack) and throw custom exceptions. It doesn't sound like good coding standards(what you are doing anyway). If you are

Re: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Yucca Nel
, May 12, 2010 9:03 AM To: Tomcat Users List users@tomcat.apache.org Subject: Re: error-page exception-type subclasses of RuntimeException are not handled I am not too sure on this, but it could be because runtime exceptions are usually avoidable and perhaps therefore you need to deal

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Propes, Barry L
AM To: Tomcat Users List Subject: Re: error-page exception-type subclasses of RuntimeException are not handled I thought I would like to add to thepoint I am trying to make, I am using hibernate validation API and get big fat runtime exceptions if the validation API fails a check on a field

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread bryan jacobs
creating a checked Exception subclass and see if that fixes the problem. Thanks for the response. Bryan From: yucca...@live.co.za To: users@tomcat.apache.org Subject: Re: error-page exception-type subclasses of RuntimeException are not handled Date: Wed, 12 May 2010 09:03:30 +0200 I am

Re: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Konstantin Kolinko
2010/5/12 bryan jacobs bryancjac...@hotmail.com:    error-page         exception-typeorg.lds.lua.directory.exception.LuaSecurityException/exception-type        location/error.html/location    /error-page However, if I change the above configuration to:    error-page

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread bryan jacobs
Thanks for that information. I will do some research based on that. Bryan Date: Wed, 12 May 2010 19:50:16 +0400 Subject: Re: error-page exception-type subclasses of RuntimeException are not handled From: knst.koli...@gmail.com To: users@tomcat.apache.org 2010/5/12 bryan jacobs

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread bryan jacobs
. Bryan Date: Wed, 12 May 2010 19:50:16 +0400 Subject: Re: error-page exception-type subclasses of RuntimeException are not handled From: knst.koli...@gmail.com To: users@tomcat.apache.org 2010/5/12 bryan jacobs bryancjac...@hotmail.com: error-page exception