org.barracudamvc.plankton.exceptions
Class ExceptionUtil

java.lang.Object
  extended byorg.barracudamvc.plankton.exceptions.ExceptionUtil

public class ExceptionUtil
extends Object

Exception utilities


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static void logExceptionAsHTML(PrintWriter out, NestableException e, javax.servlet.http.HttpServletRequest req)
          log an exception as HTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

logExceptionAsHTML

public static void logExceptionAsHTML(PrintWriter out,
                                      NestableException e,
                                      javax.servlet.http.HttpServletRequest req)
log an exception as HTML

Parameters:
out - the target PrintWriter
e - the nestable exception to dump
req - the servlet request that spawned all this


Copyright © 2004 BarracudaMVC.org All Rights Reserved.