« Return to Thread: Handling exceptions

Handling exceptions

by Federico Fanton-4 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Hi everyone!
I was wondering if there's a "best practice" for handling exceptions in a Wicket application.. I'm implementing an IDataProvider for a DataView, and I see that this interface doesn't throw any exception, so I'd guess that if something happens inside - say - iterator() that throws an exception, it should be wrapped inside a RuntimeWicketException... Am I right?
I tried the wiki, Google and "Pro Wicket" but couldn't find an answer.. ^^;;
Many thanks in advance


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions.
_______________________________________________
Wicket-user mailing list
Wicket-user@...
https://lists.sourceforge.net/lists/listinfo/wicket-user

 « Return to Thread: Handling exceptions