This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[RRR-57] Error handling
Created: Thu, 23 Dec 2004 14:01:59 -0800 (PST)  Updated: Thu, 3 Feb 2005 12:54:41 -0800 (PST)

Status:Open
Project:ReportRunner
Component/s:Web Wizard
Affects Version/s:0.3
Fix Version/s:0.6

Type:ImprovementPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Unresolved 
Environment:


 Description   
Need to present errors nicely to the user.

Most likely this will be when SQL errors are thrown. The user needs to be able to see the body of the error and a way to go back a step. This presents a difficulty as the bookmark/trail is hardcoded.
Comment by bayard [ Wed, 29 Dec 2004 09:59:56 -0800 (PST) ]
Included with this is when a report returns nothing. Need a nice 'there was no data' page.
Comment by bayard [ Mon, 10 Jan 2005 10:37:53 -0800 (PST) ]
Exceptions are now handled in a jsp page. Needs more work to allow the owner of a report to be mailto'd automatically. This needs an owners.xml file to exist etc.
Comment by bayard [ Thu, 3 Feb 2005 12:40:40 -0800 (PST) ]
Mailto stuff partly done. owners.xml still needed.