Class SourceAccessError

java.lang.Object
org.springframework.binding.mapping.results.AbstractMappingResult
org.springframework.binding.mapping.results.SourceAccessError
All Implemented Interfaces:
Serializable, MappingResult

public class SourceAccessError extends AbstractMappingResult
Indicates an exception occurred accessing the source object to be mapped. Used to report source PropertyNotFoundException errors and general EvaluationException errors.
Author:
Keith Donald
See Also: