|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.webobjects.foundation.NSForwardException er.directtoweb.ERDirectToWeb.D2WException
Subclass of NSForwardException that can hold a d2wContext. Usefull when the exception occurs while evaluating embedded components. The page's d2wContext will not show you the error.
Field Summary |
Fields inherited from class com.webobjects.foundation.NSForwardException |
_CLASS |
Constructor Summary | |
ERDirectToWeb.D2WException(Exception ex,
D2WContext context)
|
Method Summary | |
D2WContext |
d2wContext()
|
Methods inherited from class com.webobjects.foundation.NSForwardException |
_originalThrowable, _runtimeExceptionForThrowable, originalException, printStackTrace, printStackTrace, printStackTrace, stackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ERDirectToWeb.D2WException(Exception ex, D2WContext context)
Method Detail |
public D2WContext d2wContext()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |