Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.services.exceptions.WDException

Packages that use WDException
com.sap.tc.webdynpro.clientserver.uielib.graphics.api   
com.sap.tc.webdynpro.services.cal.core.exceptions Deprecated. This package is not part of the Web Dynpro API; it has been mistakenly included in the API documentation and will be withdrawn with the first new Net Weaver release in 2006. 
com.sap.tc.webdynpro.services.exceptions   
com.sap.tc.webdynpro.services.sal.config.api The com.sap.tc.webdynpro.services.sal.config.api package contains application visible interfaces for the configuration service and its corresponding factory. 
com.sap.tc.webdynpro.services.sal.deployment.api The com.sap.tc.webdynpro.services.sal.deployment.api package contains application visible interfaces for the deployment service and its corresponding factory. 
com.sap.tc.webdynpro.services.sal.sl.api   
com.sap.tc.webdynpro.services.sal.um.api The com.sap.tc.webdynpro.services.sal.um.api package contains application visible interfaces for the user management service and its corresponding factory. 
com.sap.tc.webdynpro.services.sal.url.api The com.sap.tc.webdynpro.services.sal.url.api package contains application visible interfaces for the URL generation service and its corresponding factory. 
com.sap.tc.webdynpro.services.sal.util.cache Deprecated. This package is not part of the Web Dynpro API; it has been mistakenly included in the API documentation and will be withdrawn with the first new Net Weaver release in 2006. 
 

Uses of WDException in com.sap.tc.webdynpro.clientserver.uielib.graphics.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api that throw WDException
 void IWDConverter.execute()
          Triggers an igs call.
 java.util.List IWDConverter.getResultIds()
          Returns a list of all conversion result ids.
 WDConverterOutputFormat IWDConverter.getOutputFormat(java.lang.String id)
          Returns the matching output format of the converted file.
 WDConverterOutputFormat IWDConverter.getOutputFormat()
          Returns the matching output format of the converted file.
 byte[] IWDConverter.getImageAsByteArray(java.lang.String id)
          Returns the raw data of the matching converted image.
 byte[] IWDConverter.getImageAsByteArray()
          Returns the raw data of the converted image.
 java.lang.String IWDConverter.getImageUrlString(java.lang.String id)
          Returns a url string to the matching converted image in the Web Dynpro cache.
 java.lang.String IWDConverter.getImageUrlString()
          Returns a url string to the converted image in the Web Dynpro cache.
 void IWDGeoCoder.addAddress(java.lang.String id, WDGeoCoderAddress address)
          Adds an address that is to be geocoded
 

Uses of WDException in com.sap.tc.webdynpro.services.cal.core.exceptions
 

Subclasses of WDException in com.sap.tc.webdynpro.services.cal.core.exceptions
 class WDClientException
          This unchecked exception is thrown, if something in the ClientAbstraction went wrong, but it has to be catched.
 class WDClientTaskError
          Deprecated. This class is not part of the Web Dynpro API and might be withdrawn with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 class WDClientTaskException
          Deprecated. This class is not part of the Web Dynpro API and might be withdrawn with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 class WDClientTaskWarning
          Deprecated. This class is not part of the Web Dynpro API and might be withdrawn with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 class WDUserAbortException
          Deprecated. This class is not part of the Web Dynpro API and might be withdrawn with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 

Uses of WDException in com.sap.tc.webdynpro.services.exceptions
 

Subclasses of WDException in com.sap.tc.webdynpro.services.exceptions
 class WDApplicationException
          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.
 class WDDoubleModifiedException
          Deprecated. This class might be withdrawn from the Web Dynpro API with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 class WDNonFatalException
          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.
 

Uses of WDException in com.sap.tc.webdynpro.services.sal.config.api
 

Subclasses of WDException in com.sap.tc.webdynpro.services.sal.config.api
 class WDConfigurationException
          This is the base class for all Web Dynpro configuration exceptions, which are thrown if something goes wrong when accessing/reading a Web Dynpro configuration unit.
 class WDConfigurationNotFoundException
          This exception is thrown, if a specified configuration unit couldn't be loaded.
 class WDInvalidConfigParameterException
          This exception is thrown, if a configuration parameter could not be found in the configuration.
 

Uses of WDException in com.sap.tc.webdynpro.services.sal.deployment.api
 

Subclasses of WDException in com.sap.tc.webdynpro.services.sal.deployment.api
 class WDAliasResolvingException
          This exception is thrown, if an alias to another deployable object and application couldn't be resolved.
 class WDDeploymentException
          This class is used for deployment exceptions like the logical name of an application that couldn't be resolved, etc.
 class WDSharingAccessException
          This exception is thrown, defined references to or from an deployable object could not be checked.
 

Uses of WDException in com.sap.tc.webdynpro.services.sal.sl.api
 

Subclasses of WDException in com.sap.tc.webdynpro.services.sal.sl.api
 class WDSystemLandscapeException
           
 

Uses of WDException in com.sap.tc.webdynpro.services.sal.um.api
 

Subclasses of WDException in com.sap.tc.webdynpro.services.sal.um.api
 class WDUMException
          Thrown if something goes wrong in the Web Dynpro user management service.
 

Uses of WDException in com.sap.tc.webdynpro.services.sal.url.api
 

Subclasses of WDException in com.sap.tc.webdynpro.services.sal.url.api
 class WDURLException
          This exception is thrown, if an URL couldn't be generated by the URL generation service.
 

Uses of WDException in com.sap.tc.webdynpro.services.sal.util.cache
 

Subclasses of WDException in com.sap.tc.webdynpro.services.sal.util.cache
 class WDCacheElementExpiredException
          Deprecated. This class is not part of the Web Dynpro API and might be withdrawn with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 class WDResourceNotFoundException
          Deprecated. This class is not part of the Web Dynpro API and might be withdrawn with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDException.
 


Web Dynpro API Documentation

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