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

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

public class SimpleValidationError
extends AbstractValidationError


Field Summary
 
Fields inherited from class net.sf.minuteProject.architecture.holder.element.AbstractValidationError
acceptedValue, errorObject, errorString, errorValue, path, type
 
Constructor Summary
SimpleValidationError(String errorString)
           
SimpleValidationError(String errorString, String errorField)
           
 
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
 

Constructor Detail

SimpleValidationError

public SimpleValidationError(String errorString)

SimpleValidationError

public SimpleValidationError(String errorString,
                             String errorField)
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.