Class PropertyBatchUpdateException

  • All Implemented Interfaces:
    Serializable

    public class PropertyBatchUpdateException
    extends BeansException
    Combined exception, composed of individual PropertyAccessException instances. An object of this class is created at the beginning of the binding process, and errors added to it as necessary.

    The binding process continues when it encounters application-level PropertyAccessExceptions, applying those changes that can be applied and storing rejected changes in an object of this class.

    Since:
    18 April 2001
    Author:
    Rod Johnson, Juergen Hoeller
    See Also:
    Serialized Form