nl.knowlogy.validation
Class ErrorCodes

java.lang.Object
  extended by nl.knowlogy.validation.ErrorCodes

public abstract class ErrorCodes
extends Object

ErrorCodes containins default errorcodes used by validation.

Author:
Robert Hofstra, Knowlogy

Field Summary
static String INVALID_FORMAT
           
static String INVALID_MAX_LENGTH
           
static String INVALID_MAX_SIZE
           
static String INVALID_MIN_LENGTH
           
static String INVALID_MIN_SIZE
           
static String ISNOTBLANK
           
static String MISSING_REQUIRED_VALUE
           
static String NOT_ALLOWED_VALUE
           
 
Constructor Summary
ErrorCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_MAX_LENGTH

public static final String INVALID_MAX_LENGTH
See Also:
Constant Field Values

INVALID_MIN_LENGTH

public static final String INVALID_MIN_LENGTH
See Also:
Constant Field Values

INVALID_MIN_SIZE

public static final String INVALID_MIN_SIZE
See Also:
Constant Field Values

INVALID_MAX_SIZE

public static final String INVALID_MAX_SIZE
See Also:
Constant Field Values

NOT_ALLOWED_VALUE

public static final String NOT_ALLOWED_VALUE
See Also:
Constant Field Values

INVALID_FORMAT

public static final String INVALID_FORMAT
See Also:
Constant Field Values

MISSING_REQUIRED_VALUE

public static final String MISSING_REQUIRED_VALUE
See Also:
Constant Field Values

ISNOTBLANK

public static final String ISNOTBLANK
See Also:
Constant Field Values
Constructor Detail

ErrorCodes

public ErrorCodes()


Copyright © 2007. All Rights Reserved.