java.lang.Object | +--CommandException | +--com.ibm.commerce.exception.ECException | +--com.ibm.commerce.exception.ECApplicationException | +--com.ibm.commerce.exception.ParameterNotFoundException
ParameterNotFound exception is throw when a parameter not provided by the client.
Field Summary | |
---|---|
static java.lang.String |
PARAM_NAME |
Fields inherited from class com.ibm.commerce.exception. ECApplicationException |
ERROR_TYPE,
GENERIC_ERROR_TASK |
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 |
Constructor Summary | |
---|---|
ParameterNotFoundException(java.lang.String s) Constructor of ParameterNotFoundException. |
Method Summary | |
---|---|
java.lang.String |
getParamName() Gets the parameter name. |
Methods inherited from class com.ibm.commerce.exception. ECApplicationException |
getErrorType,
getExceptionFields,
getGenericErrorTask,
setExceptionField,
setExceptionFields |
Methods inherited from class com.ibm.commerce.exception. ECException |
getErrorMessageKey,
getErrorProperties,
getErrorTaskName,
getMessageKey,
getStackTrace,
getThrowable,
getUserMessage,
logMessage,
logMessage,
logMessage,
setErrorTaskName,
setException,
setOrginatingCommand,
setThrowable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAM_NAME
Constructor Detail |
---|
public ParameterNotFoundException(java.lang.String s)
s
- name of parameterMethod Detail |
---|
public java.lang.String getParamName()