com.sap.tc.webdynpro.services.exceptions

Class WDNonFatalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.exception.BaseException
              extended bycom.sap.tc.webdynpro.services.exceptions.WDException
                  extended bycom.sap.tc.webdynpro.services.exceptions.WDNonFatalException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable
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!

See Also:
Serialized Form

Type Classification Type Classification:

This class is part of the Web Dynpro API, so applications may reference it or call any method of this type, but they must not subclass it.

For a detailed explanation of API classification see the Web Dynpro Compatibility Guide

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
WDNonFatalException(String messageText)
           
WDNonFatalException(String messageText, Object[] parameters)
           
WDNonFatalException(String messageText, Object[] parameters, Throwable reason)
           
WDNonFatalException(String messageText, Throwable reason)
           
WDNonFatalException(Throwable reason)
           
 
Methods inherited from class com.sap.exception.BaseException
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLogCategory, getLogLocation, getLogSeverity, getMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedStackTraceString, getStackTraceString, getSystemStackTraceString, initCause, log, printStackTrace, printStackTrace, printStackTrace, restoreLogSettings, setLogSettings, trace, trace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WDNonFatalException

public WDNonFatalException(String messageText)

WDNonFatalException

public WDNonFatalException(String messageText,
                           Throwable reason)

WDNonFatalException

public WDNonFatalException(Throwable reason)

WDNonFatalException

public WDNonFatalException(String messageText,
                           Object[] parameters)

WDNonFatalException

public WDNonFatalException(String messageText,
                           Object[] parameters,
                           Throwable reason)


Copyright 2006 SAP AG Complete Copyright Notice