com.sap.tc.webdynpro.services.exceptions

Class WDApplicationException

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
                      extended bycom.sap.tc.webdynpro.services.exceptions.WDApplicationException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable

Deprecated. Use one of the raise methods of the message manager instead of throwing instances of WDApplicationException. This class may be withdrawn with the first new NetWeaver release in 2006.

public class WDApplicationException
extends WDNonFatalException

(Deprecated) class to represent error conditions of an application.

The idea of creating and throwing instances of this class to report error conditions has been discarded in favour of the more feature rich Web Dynpro message manager . Use one of the raise methods of the message manager to propagate error conditions instead of throwing instances of WDApplicationException.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
WDApplicationException(String messageText)
          Deprecated.  
WDApplicationException(String messageText, Object[] parameters)
          Deprecated.  
WDApplicationException(String messageText, Object[] parameters, Throwable reason)
          Deprecated.  
WDApplicationException(String messageText, Throwable reason)
          Deprecated.  
WDApplicationException(Throwable reason)
          Deprecated.  
 
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

WDApplicationException

public WDApplicationException(String messageText)
Deprecated. 

WDApplicationException

public WDApplicationException(String messageText,
                              Throwable reason)
Deprecated. 

WDApplicationException

public WDApplicationException(Throwable reason)
Deprecated. 

WDApplicationException

public WDApplicationException(String messageText,
                              Object[] parameters)
Deprecated. 

WDApplicationException

public WDApplicationException(String messageText,
                              Object[] parameters,
                              Throwable reason)
Deprecated. 


Copyright 2006 SAP AG Complete Copyright Notice