# $Id: LocalizableStrings.properties,v 1.1.1.1 2002/06/25 10:50:55 znek Exp $ # # Contains String contants used throughout the KVC framework. # To keep things organized, each key is in two parts: the simple class name # and a subkey within the class name. FieldAccessor.unable-to-set-field=Unable to set public attribute {0} of {1} to {2}. FieldAccessor.unable-to-read-field=Unable to read public attribute {0} of {1}. MissingAccessorException.message=Missing accessor in property path ''{0}''. MissingPropertyExcception.message=Class {0} does not implement a {1} property. PropertyAccessor.no-accessor=No accessor method for property {0}. PropertyAccessor.method-invoke-error=Could not invoke method {0} on {1}. PropertyAccessor.no-mutator=No mutator method for property {0}. KVCWrapper.missing-constructor=Class {0} does not implement the required constructor for use as a KVCWrapper. KVCWrapper.unable-to-invoke-constructor=Unable to invoke KVCWrapper constructor.