Re: How to extend AppException

2002-09-19 Thread Rob Leland
phpsurf wrote: Hi when looking at the default ExceptionHandler implementation, I saw that there was a special behaviour when handling org.apache.struts.util.AppException. ... But the problem is that its properties are private instead of protected, so it's quite difficult to add some

How to extend AppException

2002-09-18 Thread phpsurf
Hi when looking at the default ExceptionHandler implementation, I saw that there was a special behaviour when handling org.apache.struts.util.AppException. This allows to pass arguments to the Exception that will be used to build the error message. I would like to benefit from this in my

How to extend AppException

2002-09-18 Thread phpsurf
Hi when looking at the default ExceptionHandler implementation, I saw that there was a special behaviour when handling org.apache.struts.util.AppException. This allows to pass arguments to the Exception that will be used to build the error message. I would like to benefit from this in my