net.sf.minuteProject.architecture.holder.element
Class ValidationModelError

java.lang.Object
  extended by net.sf.minuteProject.architecture.holder.element.AbstractValidationError
      extended by net.sf.minuteProject.architecture.holder.element.ValidationModelError
All Implemented Interfaces:
InformationMessage, ValidationError

public class ValidationModelError
extends AbstractValidationError


Field Summary
static String ABSENT
           
static String CANNOT_VALIDATE
           
static String CONCURRENT_UPDATE
           
static String LENGTH_TOO_HIGH
           
static String LOCAL_REF_ID_ALREADY_MAPPED
           
 
Fields inherited from class net.sf.minuteProject.architecture.holder.element.AbstractValidationError
acceptedValue, errorObject, errorString, errorValue, path, type
 
Constructor Summary
ValidationModelError()
           
ValidationModelError(String errorString, Object errorObject)
           
ValidationModelError(String errorString, Object errorObject, Object errorValue, Object acceptedValue)
           
 
Method Summary
 String getErrorField()
           
 String getMessage()
           
 String getPath()
           
 
Methods inherited from class net.sf.minuteProject.architecture.holder.element.AbstractValidationError
getAcceptedValue, getErrorObject, getErrorString, getErrorValue, getType, setAcceptedValue, setErrorObject, setErrorString, setErrorValue, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CANNOT_VALIDATE

public static final String CANNOT_VALIDATE
See Also:
Constant Field Values

LENGTH_TOO_HIGH

public static final String LENGTH_TOO_HIGH
See Also:
Constant Field Values

ABSENT

public static final String ABSENT
See Also:
Constant Field Values

CONCURRENT_UPDATE

public static final String CONCURRENT_UPDATE
See Also:
Constant Field Values

LOCAL_REF_ID_ALREADY_MAPPED

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

ValidationModelError

public ValidationModelError()

ValidationModelError

public ValidationModelError(String errorString,
                            Object errorObject,
                            Object errorValue,
                            Object acceptedValue)

ValidationModelError

public ValidationModelError(String errorString,
                            Object errorObject)
Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface InformationMessage
Specified by:
getMessage in class AbstractValidationError

getErrorField

public String getErrorField()

getPath

public String getPath()


Copyright © 2013. All Rights Reserved.