|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aragost.araspect.ExceptionInfo
An ExceptionInfo is used for inspecting an throwable, and what caused the throwable. In particular this class is used the araSpect is used as JSP error page. We create an instance for the throwable that caused the error page to be called.
Constructor Summary | |
ExceptionInfo(java.lang.Throwable ex,
javax.servlet.http.HttpServletRequest request)
Creates a new ExceptionInfo object. |
Method Summary | |
java.lang.Throwable |
getException()
|
HttpServletRequestInfo |
getRequest()
DOCUMENT ME! |
javax.servlet.http.HttpSession |
getSession()
DOCUMENT ME! |
java.lang.String |
getStackTrace()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionInfo(java.lang.Throwable ex, javax.servlet.http.HttpServletRequest request)
ex
- DOCUMENT ME!request
- DOCUMENT ME!Method Detail |
public java.lang.Throwable getException()
public HttpServletRequestInfo getRequest()
public javax.servlet.http.HttpSession getSession()
public java.lang.String getStackTrace()
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |