|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.tc.webdynpro.services.exceptions.WDException | +--com.sap.tc.webdynpro.services.sal.url.api.WDURLException
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 |
public WDURLException(java.lang.String messageText)
WDURLException object.messageText - message text of the exception
public WDURLException(java.lang.String messageText,
java.lang.Throwable reason)
WDURLException object.messageText - message text of the exceptionreason - the reason of the exception
public WDURLException(java.lang.String messageText,
java.lang.Object[] parameters)
messageText - parameters -
public WDURLException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable reason)
messageText - parameters - reason - public WDURLException(java.lang.Throwable reason)
WDURLException object.reason - the reason of the exception
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||