|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.util.exceptions.ExceptionUtil
Exception utilities
Constructor Summary | |
ExceptionUtil()
|
Method Summary | |
static void |
logExceptionAsHTML(java.io.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 |
public ExceptionUtil()
Method Detail |
public static void logExceptionAsHTML(java.io.PrintWriter out, NestableException e, javax.servlet.http.HttpServletRequest req)
out
- the target PrintWritere
- the nestable exception to dumpreq
- the servlet request that spawned all this
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |