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)