Web Dynpro API Documentation

com.sap.tc.webdynpro.services.exceptions
Class WDNonFatalRuntimeException

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException
  |
  +--com.sap.tc.webdynpro.services.exceptions.WDNonFatalRuntimeException
Direct Known Subclasses:
WDConversionException

public class WDNonFatalRuntimeException
extends WDRuntimeException

This exception can be thrown 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
WDNonFatalRuntimeException(java.lang.String messageText)
           
WDNonFatalRuntimeException(java.lang.String messageText, java.lang.Object[] parameters)
           
WDNonFatalRuntimeException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
           
WDNonFatalRuntimeException(java.lang.String messageText, java.lang.Throwable reason)
           
WDNonFatalRuntimeException(java.lang.Throwable reason)
           
 

Constructor Detail

WDNonFatalRuntimeException

public WDNonFatalRuntimeException(java.lang.String messageText)

WDNonFatalRuntimeException

public WDNonFatalRuntimeException(java.lang.String messageText,
                                  java.lang.Throwable reason)

WDNonFatalRuntimeException

public WDNonFatalRuntimeException(java.lang.Throwable reason)

WDNonFatalRuntimeException

public WDNonFatalRuntimeException(java.lang.String messageText,
                                  java.lang.Object[] parameters)

WDNonFatalRuntimeException

public WDNonFatalRuntimeException(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