|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hdiv.util.HDIVErrorCodes
public class HDIVErrorCodes
Code Errors used by HDIV validation process.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_ERROR
The action received in the request does not match the state action. |
static java.lang.String |
CONFIDENTIAL_VALUE_INCORRECT
Incorrect value. |
static java.lang.String |
COOKIE_INCORRECT
The cookie received in the request has an incorrect value. |
static java.lang.String |
EDITABLE_PARAMETER_ERROR
The request attributes key under HDIV should store errors produced in the editable fields. |
static java.lang.String |
EDITABLE_VALIDATION_ERROR
Error in the editable parameter validation. |
static java.lang.String |
HDIV_PARAMETER_INCORRECT_VALUE
Incorrect HDIV parameter value. |
static java.lang.String |
HDIV_PARAMETER_NOT_EXISTS
The HDIV parameter has not been received in the request. |
static java.lang.String |
PAGE_ID_INCORRECT
HDIV parameter has an incorrect page identifier. |
static java.lang.String |
PARAMETER_NOT_EXISTS
The parameter received in the request does not exist in the request state. |
static java.lang.String |
PARAMETER_VALUE_INCORRECT
Incorrect parameter value. |
static java.lang.String |
REPEATED_VALUES
Repeated values have been received for the same parameter. |
static java.lang.String |
REQUIRED_PARAMETERS
All the required parameters for the request have not been received. |
static java.lang.String |
VALUE_LENGTH_INCORRECT
For a certain parameter not the expected number of values has been receiced. |
| Constructor Summary | |
|---|---|
HDIVErrorCodes()
|
|
| Method Summary |
|---|
| 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 EDITABLE_PARAMETER_ERROR
public static final java.lang.String ACTION_ERROR
public static final java.lang.String PARAMETER_NOT_EXISTS
public static final java.lang.String REQUIRED_PARAMETERS
public static final java.lang.String PARAMETER_VALUE_INCORRECT
public static final java.lang.String VALUE_LENGTH_INCORRECT
public static final java.lang.String REPEATED_VALUES
public static final java.lang.String CONFIDENTIAL_VALUE_INCORRECT
public static final java.lang.String HDIV_PARAMETER_NOT_EXISTS
public static final java.lang.String HDIV_PARAMETER_INCORRECT_VALUE
public static final java.lang.String PAGE_ID_INCORRECT
public static final java.lang.String EDITABLE_VALIDATION_ERROR
public static final java.lang.String COOKIE_INCORRECT
| Constructor Detail |
|---|
public HDIVErrorCodes()
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||