Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.config.api
Class WDInvalidConfigParameterException

com.sap.tc.webdynpro.services.exceptions.WDException
  |
  +--com.sap.tc.webdynpro.services.sal.config.api.WDConfigurationException
        |
        +--com.sap.tc.webdynpro.services.sal.config.api.WDInvalidConfigParameterException

public class WDInvalidConfigParameterException
extends WDConfigurationException

This exception is thrown, if a configuration parameter could not be found in the configuration.


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

Constructor Detail

WDInvalidConfigParameterException

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

WDInvalidConfigParameterException

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

WDInvalidConfigParameterException

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

WDInvalidConfigParameterException

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

WDInvalidConfigParameterException

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

Web Dynpro API Documentation

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