Web Dynpro API Documentation

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

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException
Direct Known Subclasses:
WDClassLoaderException, WDCreationFailedException, WDDispatcherException, WDHelperNotFoundException, WDIllegalArgumentException, WDInvalidDeploymentStateException, WDNonFatalRuntimeException, WDPhaseHandlingException, WDRedirectLongJumpException, WDServerPlatformException, WDSessionExpiredException, WDSessionIdentificationException, WDTypeNotFoundException, WDUserAbortRuntimeException

public class WDRuntimeException

Base class for all runtime exceptions thrown by the Web Dynpro API. Applications using Web Dynpro can reference or catch this exception, but THEY MUST NOT THROW OR EXTEND IT!

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_services/java/com/sap/tc/webdynpro/services/exceptions/WDRuntimeException.java#2 $

Constructor Summary
WDRuntimeException(java.lang.String messageText)
          Creates a web dynpro exception
WDRuntimeException(java.lang.String messageText, java.lang.Object[] parameters)
          Creates a web dynpro exception
WDRuntimeException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
          Creates a web dynpro exception
WDRuntimeException(java.lang.String messageText, java.lang.Throwable reason)
          Creates a web dynpro exception
WDRuntimeException(java.lang.Throwable reason)
          Creates a web dynpro exception
 

Constructor Detail

WDRuntimeException

public WDRuntimeException(java.lang.String messageText)
Creates a web dynpro exception

WDRuntimeException

public WDRuntimeException(java.lang.String messageText,
                          java.lang.Throwable reason)
Creates a web dynpro exception

WDRuntimeException

public WDRuntimeException(java.lang.Throwable reason)
Creates a web dynpro exception

WDRuntimeException

public WDRuntimeException(java.lang.String messageText,
                          java.lang.Object[] parameters)
Creates a web dynpro exception

WDRuntimeException

public WDRuntimeException(java.lang.String messageText,
                          java.lang.Object[] parameters,
                          java.lang.Throwable reason)
Creates a web dynpro exception

Web Dynpro API Documentation

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