Re: Line precise error reporting redirecting

2006-10-31 Thread Howard Lewis Ship
iginal Message- From: Jabbar [mailto:[EMAIL PROTECTED] Sent: Tue 10/31/2006 12:51 PM To: Tapestry users Subject: Re: Line precise error reporting redirecting Used the source .. Added the following to MyExceptionPage public abstract void setExceptions(ExceptionDescription[] exce

RE: Line precise error reporting redirecting

2006-10-31 Thread Mark Stang
[mailto:[EMAIL PROTECTED] Sent: Tue 10/31/2006 12:51 PM To: Tapestry users Subject: Re: Line precise error reporting redirecting Used the source .. Added the following to MyExceptionPage public abstract void setExceptions(ExceptionDescription[] exceptions); public void setException

Re: Line precise error reporting redirecting

2006-10-31 Thread Jabbar
Used the source .. Added the following to MyExceptionPage public abstract void setExceptions(ExceptionDescription[] exceptions); public void setException(Throwable value) { ExceptionAnalyzer analyzer = new ExceptionAnalyzer(); ExceptionDescription[] exceptions = a

Line precise error reporting redirecting

2006-10-31 Thread Jabbar
Hello all, I want to catch the line precise exception page and redirect to one of my own pages. To do this all I need to add is to .application Once I've gone to my own exception page how do I get hold of the stack trace ? -- Thanks A Jabbar Azam