org.barracudamvc.plankton.exceptions
Class ExceptionUtil
java.lang.Object
org.barracudamvc.plankton.exceptions.ExceptionUtil
- public class ExceptionUtil
- extends Object
Exception utilities
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtil
public ExceptionUtil()
logExceptionAsHTML
public static void logExceptionAsHTML(PrintWriter out,
NestableException e,
javax.servlet.http.HttpServletRequest req)
- log an exception as HTML
- Parameters:
out
- the target PrintWritere
- the nestable exception to dumpreq
- the servlet request that spawned all this
Copyright © 2004 BarracudaMVC.org All Rights Reserved.