Reference > WebSphere Commerce API > com.ibm.commerce.exception > Classes
com.ibm.commerce.exception
Class ParameterNotFoundException
java.lang.Object CommandException 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
This class defines the exception thrown by the WebSphere Commerce Application Server when a parameter not provided by the client.
Field Summary static java.lang.String PARAM_NAME
The key used to get the parameter name from the error properties.
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)
This is the constructor for this class.
Method Summary java.lang.String getParamName()
This method gets the parameter name.
Methods inherited from class com.ibm.commerce.exception.ECApplicationException getECParameterErrors, getErrorType, getExceptionFields, getGenericErrorTask, getMessage, logMessage, setExceptionField, setExceptionFields
Methods inherited from class com.ibm.commerce.exception.ECException addLogData, addLogData, getCorrelationIdentifier, getECMessage, getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessageKey, getMessageParameters, getStackTrace, getSymptomData, getThrowable, getUserMessage, isRecoverable, logMessage, logMessage, printStackTrace, printStackTrace, setErrorTaskName, setException, setOrginatingCommand, setRecoverable, setThrowable
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
PARAM_NAME
public static final java.lang.String PARAM_NAME
- The key used to get the parameter name from the error properties.
- See Also:
- Constant Field Values
Constructor Detail
ParameterNotFoundException
public ParameterNotFoundException(java.lang.String s)
- This is the constructor for this class. It calls the constructor from the superclass.
- Parameters:
- s - The name of the parameter.
Method Detail
getParamName
public java.lang.String getParamName()
- This method gets the parameter name.
- Returns:
- The parameter name.
_vcc_freeselect_bottom_