net.sf.minuteProject.architecture.holder.element
Interface ValidationError

All Superinterfaces:
InformationMessage
All Known Implementing Classes:
AbstractValidationError, SimpleValidationError, ValidationModelError

public interface ValidationError
extends InformationMessage


Method Summary
 String getErrorField()
           
 Object getErrorObject()
           
 String getErrorString()
           
 String getPath()
           
 
Methods inherited from interface net.sf.minuteProject.architecture.holder.element.InformationMessage
getMessage, getType
 

Method Detail

getErrorString

String getErrorString()

getErrorField

String getErrorField()

getErrorObject

Object getErrorObject()

getPath

String getPath()


Copyright © 2013. All Rights Reserved.