com.electricvine
Class ErrorCode

java.lang.Object
  |
  +--com.electricvine.ErrorCode

public class ErrorCode
extends java.lang.Object


Field Summary
static int CITY_INVALID
          Invalid city name
static int ENCRYPTION_ERROR
           
static int FROM_ZIPCODE_INVALID
           
static int INTERNAL_ERROR
          Internal Error
static int LICENSE_ERROR
          Error from user license
static int NOZIPS_IN_CITY
          City returns no zip codes
static int PARAMETER_ERROR
          Parameter Error
static int RECORD_INDEX_OUT_OF_RANGE
          Record index out of range
static int SQL_ERROR
          Sql query error
static int TO_ZIPCODE_INVALID
           
static int USER_INVALID
          User name not valid
static int ZIPCITY_NOT_SPECIFIED
          City has not been specified
static int ZIPCODE_INVALID
          Invalid zip code
 
Constructor Summary
ErrorCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZIPCODE_INVALID

public static final int ZIPCODE_INVALID
Invalid zip code

See Also:
Constant Field Values

FROM_ZIPCODE_INVALID

public static final int FROM_ZIPCODE_INVALID
See Also:
Constant Field Values

TO_ZIPCODE_INVALID

public static final int TO_ZIPCODE_INVALID
See Also:
Constant Field Values

CITY_INVALID

public static final int CITY_INVALID
Invalid city name

See Also:
Constant Field Values

SQL_ERROR

public static final int SQL_ERROR
Sql query error

See Also:
Constant Field Values

ZIPCITY_NOT_SPECIFIED

public static final int ZIPCITY_NOT_SPECIFIED
City has not been specified

See Also:
Constant Field Values

NOZIPS_IN_CITY

public static final int NOZIPS_IN_CITY
City returns no zip codes

See Also:
Constant Field Values

ENCRYPTION_ERROR

public static final int ENCRYPTION_ERROR
See Also:
Constant Field Values

USER_INVALID

public static final int USER_INVALID
User name not valid

See Also:
Constant Field Values

LICENSE_ERROR

public static final int LICENSE_ERROR
Error from user license

See Also:
Constant Field Values

RECORD_INDEX_OUT_OF_RANGE

public static final int RECORD_INDEX_OUT_OF_RANGE
Record index out of range

See Also:
Constant Field Values

PARAMETER_ERROR

public static final int PARAMETER_ERROR
Parameter Error

See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
Internal Error

See Also:
Constant Field Values
Constructor Detail

ErrorCode

public ErrorCode()