Re: global exception handler sometimes gets a null exception

2006-02-02 Thread Michael Davis
case, (i.e. who catches it if this method throws?) but now I can at least see if this method is getting a null exception. cheers -- Michael Davis http://www.damaru.com Quoting Mark Shifman <[EMAIL PROTECTED]>: > What I do is log the exception and the stack trace and then let the

global exception handler sometimes gets a null exception

2006-02-02 Thread Michael Davis
Hello, I'm working on a struts application which has just been deployed and is being used by a large number of users. I've got an error handler set up using the global-exceptions tag. It sends me an email whenever it catches an exception. My config looks like this: