|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.exception.BaseException
com.sap.tc.webdynpro.services.exceptions.WDException
com.sap.tc.webdynpro.services.exceptions.WDNonFatalException
com.sap.tc.webdynpro.services.exceptions.WDApplicationException
(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 richWeb Dynpro message manager .
Use one of the raise methods of the message manager to propagate error conditions
instead of throwing instances of WDApplicationException.
| 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 |
public WDApplicationException(String messageText)
public WDApplicationException(String messageText,
Throwable reason)
public WDApplicationException(Throwable reason)
public WDApplicationException(String messageText,
Object[] parameters)
public WDApplicationException(String messageText,
Object[] parameters,
Throwable reason)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||