er.directtoweb
Class ERDirectToWeb.D2WException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.foundation.NSForwardException
er.directtoweb.ERDirectToWeb.D2WException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ERDirectToWeb
public static class ERDirectToWeb.D2WException
- extends com.webobjects.foundation.NSForwardException
Subclass of NSForwardException that can hold a d2wContext. Useful when the exception
occurs while evaluating embedded components. The page's d2wContext will not show you the error.
- See Also:
- Serialized Form
- Author:
- ak
Fields inherited from class com.webobjects.foundation.NSForwardException |
_CLASS |
Method Summary |
com.webobjects.directtoweb.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 |
ERDirectToWeb.D2WException
public ERDirectToWeb.D2WException(java.lang.Exception ex,
com.webobjects.directtoweb.D2WContext context)
d2wContext
public com.webobjects.directtoweb.D2WContext d2wContext()
Copyright © 2002 – 2007 Project Wonder.