public class InvalidParameterValueException extends ECApplicationException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_NAME
The default value of the parameter name.
|
static java.lang.String |
PARAM_VAL
The default value of the parameter value.
|
ERROR_TYPE, GENERIC_ERROR_TASKAPPLICATION_ERROR, ECMESSAGE, ECMESSAGEKEY, EXCEP_DATA, EXCEP_TYPE, EXCEPTION, GENERIC_APPLICATION_ERROR_TASK, GENERIC_SYSTEM_ERROR_TASK, MSG_PARAM, SYSTEM_ERROR| Constructor and Description |
|---|
InvalidParameterValueException(java.lang.String key,
java.lang.String val)
This is the constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParamName()
This method gets the parameter name.
|
java.lang.String |
getParamValue()
This method gets the parameter value.
|
getECParameterErrors, getErrorType, getExceptionFields, getGenericErrorTask, getMessage, setExceptionField, setExceptionFieldsaddLogData, addLogData, getCorrelationIdentifier, getECMessage, getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessageKey, getMessageParameters, getStackTrace, getSymptomData, getThrowable, getUserMessage, isRecoverable, printStackTrace, printStackTrace, setErrorTaskName, setException, setOrginatingCommand, setRecoverable, setThrowablegetException, getExceptionInfo, getOriginalException, getPreviousException, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfopublic static final java.lang.String PARAM_NAME
public static final java.lang.String PARAM_VAL