Project Wonder 5.0

er.directtoweb
Class ERDirectToWeb.D2WException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.foundation.NSForwardException
                  extended by 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

Field Summary
 
Fields inherited from class com.webobjects.foundation.NSForwardException
_CLASS
 
Constructor Summary
ERDirectToWeb.D2WException(java.lang.Exception ex, com.webobjects.directtoweb.D2WContext context)
           
 
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
 

Constructor Detail

ERDirectToWeb.D2WException

public ERDirectToWeb.D2WException(java.lang.Exception ex,
                                  com.webobjects.directtoweb.D2WContext context)
Method Detail

d2wContext

public com.webobjects.directtoweb.D2WContext d2wContext()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.