HDIV API 2.0.4

org.hdiv.util
Class HDIVErrorCodes

java.lang.Object
  extended by org.hdiv.util.HDIVErrorCodes

public class HDIVErrorCodes
extends java.lang.Object

Code Errors used by HDIV validation process.

Author:
Gorka Vicente

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

EDITABLE_PARAMETER_ERROR

public static final java.lang.String EDITABLE_PARAMETER_ERROR
The request attributes key under HDIV should store errors produced in the editable fields.

See Also:
Constant Field Values

ACTION_ERROR

public static final java.lang.String ACTION_ERROR
The action received in the request does not match the state action.

See Also:
Constant Field Values

PARAMETER_NOT_EXISTS

public static final java.lang.String PARAMETER_NOT_EXISTS
The parameter received in the request does not exist in the request state.

See Also:
Constant Field Values

REQUIRED_PARAMETERS

public static final java.lang.String REQUIRED_PARAMETERS
All the required parameters for the request have not been received.

See Also:
Constant Field Values

PARAMETER_VALUE_INCORRECT

public static final java.lang.String PARAMETER_VALUE_INCORRECT
Incorrect parameter value.

See Also:
Constant Field Values

VALUE_LENGTH_INCORRECT

public static final java.lang.String VALUE_LENGTH_INCORRECT
For a certain parameter not the expected number of values has been receiced.

See Also:
Constant Field Values

REPEATED_VALUES

public static final java.lang.String REPEATED_VALUES
Repeated values have been received for the same parameter.

See Also:
Constant Field Values

CONFIDENTIAL_VALUE_INCORRECT

public static final java.lang.String CONFIDENTIAL_VALUE_INCORRECT
Incorrect value. Confidentiality activated.

See Also:
Constant Field Values

HDIV_PARAMETER_NOT_EXISTS

public static final java.lang.String HDIV_PARAMETER_NOT_EXISTS
The HDIV parameter has not been received in the request.

See Also:
Constant Field Values

HDIV_PARAMETER_INCORRECT_VALUE

public static final java.lang.String HDIV_PARAMETER_INCORRECT_VALUE
Incorrect HDIV parameter value.

See Also:
Constant Field Values

PAGE_ID_INCORRECT

public static final java.lang.String PAGE_ID_INCORRECT
HDIV parameter has an incorrect page identifier.

See Also:
Constant Field Values

EDITABLE_VALIDATION_ERROR

public static final java.lang.String EDITABLE_VALIDATION_ERROR
Error in the editable parameter validation.

Since:
HDIV 1.1
See Also:
Constant Field Values

COOKIE_INCORRECT

public static final java.lang.String COOKIE_INCORRECT
The cookie received in the request has an incorrect value.

Since:
HDIV 1.1
See Also:
Constant Field Values
Constructor Detail

HDIVErrorCodes

public HDIVErrorCodes()

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.