com.ibm.commerce.exception
Class ParameterNotFoundException
com.ibm.commerce.exception.ECException
|
+--com.ibm.commerce.exception.ECApplicationException
|
+--com.ibm.commerce.exception.ParameterNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParameterNotFoundException
- extends ECApplicationException
ParameterNotFound exception is throw when a parameter not provided by the client.
- See Also:
- Serialized Form
Fields inherited from class com.ibm.commerce.exception.ECException |
APPLICATION_ERROR, ECMESSAGE, ECMESSAGEKEY, errorProperties, EXCEP_DATA, EXCEP_TYPE, EXCEPTION, GENERIC_APPLICATION_ERROR_TASK, GENERIC_SYSTEM_ERROR_TASK, MSG_PARAM, SYSTEM_ERROR |
Method Summary |
java.lang.String |
getParamName()
Gets the parameter name |
Methods inherited from class com.ibm.commerce.exception.ECException |
getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessageKey, getStackTrace, getThrowable, getUserMessage, logMessage, logMessage, logMessage, setErrorTaskName, setException, setOrginatingCommand, setThrowable |
PARAM_NAME
public static final java.lang.String PARAM_NAME
ParameterNotFoundException
public ParameterNotFoundException(java.lang.String s)
- Constructor of ParameterNotFoundException.
- Parameters:
s
- java.lang.String - name of parameter
getParamName
public java.lang.String getParamName()
- Gets the parameter name
- Returns:
- java.lang.String the parameter name