com.sap.tc.webdynpro.services.exceptions
Class WDNonFatalException
com.sap.tc.webdynpro.services.exceptions.WDException
|
+--com.sap.tc.webdynpro.services.exceptions.WDNonFatalException
- Direct Known Subclasses:
- WDApplicationException
- public class WDNonFatalException
- extends WDException
This exception or subclasses thereof will be thrown by the Web Dynpro framework if
the normal process of an application shall be canceled, but the application
shall continue. Exceptions of this class are returned as errors to the user,
whereas all other Exceptions (esp. RuntimeExceptions) terminate the application.
Applications using Web Dynpro can reference or catch this exception,
but THEY MUST NOT THROW OR EXTEND IT!
WDNonFatalException
public WDNonFatalException(java.lang.String messageText)
WDNonFatalException
public WDNonFatalException(java.lang.String messageText,
java.lang.Throwable reason)
WDNonFatalException
public WDNonFatalException(java.lang.Throwable reason)
WDNonFatalException
public WDNonFatalException(java.lang.String messageText,
java.lang.Object[] parameters)
WDNonFatalException
public WDNonFatalException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable reason)
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15