Added additional comments.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1759 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-01-16 22:51:21 +00:00
parent ef5636a175
commit a6909f4c77
@@ -216,6 +216,10 @@ public class Application
* application will be required to provide a generic error message to be
* inserted into the context and should take this opportunity to log the
* exception.
*
* <p><em>Note:</em> the string returned by this method will be translated
* using the application's message manager before being inserted into the
* Velocity context.
*/
protected String handleException (
HttpServletRequest req, Logic logic, Exception error)