Class TargetAccessError

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

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