org.kuali.rice.kns.util
Class ErrorMap

java.lang.Object
  extended by org.kuali.rice.kns.util.MessageMap
      extended by org.kuali.rice.kns.util.ErrorMap
All Implemented Interfaces:
Serializable

Deprecated. use org.kuali.rice.core.util.MessageMap instead Holds errors due to validation. Keys of map represent property paths, and value is a TypedArrayList that contains resource string keys (to retrieve the error message). Note, prior to rice 1.0.0, this class implemented Map. The implements has been removed as of rice 0.9.4

@Deprecated
public class ErrorMap
extends MessageMap

See Also:
Serialized Form

Constructor Summary
ErrorMap()
          Deprecated.  
ErrorMap(MessageMap messageMap)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.kuali.rice.kns.util.MessageMap
addToErrorPath, clear, clearErrorMessages, clearErrorPath, containsKey, containsKeyMatchingPattern, containsMessageKey, containsValue, countFieldMessages, doesPropertyHaveError, entrySet, equals, fieldHasMessage, get, getAllPropertiesAndErrors, getAllPropertiesWithErrors, getAllPropertiesWithInfo, getAllPropertiesWithWarnings, getErrorCount, getErrorMessages, getErrorMessagesForProperty, getErrorPath, getInfoCount, getInfoMessages, getInfoMessagesForProperty, getKeyPath, getMessages, getNumberOfPropertiesWithErrors, getPropertiesWithErrors, getPropertiesWithInfo, getPropertiesWithWarnings, getWarningCount, getWarningMessages, getWarningMessagesForProperty, hasErrors, hashCode, hasInfo, hasMessages, hasNoErrors, hasNoInfo, hasNoMessages, hasNoWarnings, hasWarnings, isEmpty, keySet, merge, merge, put, putAll, putError, putErrorForSectionId, putErrorWithoutFullErrorPath, putInfo, putInfoForSectionId, putInfoWithoutFullErrorPath, putWarning, putWarningForSectionId, putWarningWithoutFullErrorPath, remove, removeAllErrorMessagesForProperty, removeAllInfoMessagesForProperty, removeAllWarningMessagesForProperty, removeFromErrorPath, replaceError, replaceErrorWithoutFullErrorPath, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorMap

public ErrorMap()
Deprecated. 

ErrorMap

public ErrorMap(MessageMap messageMap)
Deprecated. 


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.