Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.url.api
Class WDURLException

com.sap.tc.webdynpro.services.exceptions.WDException
  |
  +--com.sap.tc.webdynpro.services.sal.url.api.WDURLException

public class WDURLException
extends WDException

This exception is thrown, if an URL couldn't be generated by the URL generation service. The reasons might be, for instance, that an URL containing an alias couldn't be resolved correctly, etc.


Constructor Summary
WDURLException(java.lang.String messageText)
          Constructs a WDURLException object.
WDURLException(java.lang.String messageText, java.lang.Object[] parameters)
          Constructor for WDURLException.
WDURLException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
          Constructor for WDURLException.
WDURLException(java.lang.String messageText, java.lang.Throwable reason)
          Constructs a WDURLException object.
WDURLException(java.lang.Throwable reason)
          Constructs a WDURLException object.
 

Constructor Detail

WDURLException

public WDURLException(java.lang.String messageText)
Constructs a WDURLException object.
Parameters:
messageText - message text of the exception

WDURLException

public WDURLException(java.lang.String messageText,
                      java.lang.Throwable reason)
Constructs a WDURLException object.
Parameters:
messageText - message text of the exception
reason - the reason of the exception

WDURLException

public WDURLException(java.lang.String messageText,
                      java.lang.Object[] parameters)
Constructor for WDURLException.
Parameters:
messageText -  
parameters -  

WDURLException

public WDURLException(java.lang.String messageText,
                      java.lang.Object[] parameters,
                      java.lang.Throwable reason)
Constructor for WDURLException.
Parameters:
messageText -  
parameters -  
reason -  

WDURLException

public WDURLException(java.lang.Throwable reason)
Constructs a WDURLException object.
Parameters:
reason - the reason of the exception

Web Dynpro API Documentation

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