From a6909f4c77d9a5e247d14d9ea885d7a6cd473ea6 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 16 Jan 2006 22:51:21 +0000 Subject: [PATCH] Added additional comments. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1759 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../src/java/com/samskivert/velocity/Application.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/samskivert/src/java/com/samskivert/velocity/Application.java b/projects/samskivert/src/java/com/samskivert/velocity/Application.java index 25901a55..48abfd32 100644 --- a/projects/samskivert/src/java/com/samskivert/velocity/Application.java +++ b/projects/samskivert/src/java/com/samskivert/velocity/Application.java @@ -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. + * + *

Note: 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)