Web Dynpro API Documentation

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!


Constructor Summary
WDNonFatalException(java.lang.String messageText)
           
WDNonFatalException(java.lang.String messageText, java.lang.Object[] parameters)
           
WDNonFatalException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
           
WDNonFatalException(java.lang.String messageText, java.lang.Throwable reason)
           
WDNonFatalException(java.lang.Throwable reason)
           
 

Constructor Detail

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)

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15