Java org.springframework.beans PropertyBatchUpdateException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans PropertyBatchUpdateException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans PropertyBatchUpdateException.

The text is from its open source code.

Constructor

Method

intgetExceptionCount()
If this returns 0, no errors were encountered during binding.
PropertyAccessExceptiongetPropertyAccessException(String propertyName)
Return the exception for this field, or null if there isn't any.
PropertyAccessException[]getPropertyAccessExceptions()
Return an array of the propertyAccessExceptions stored in this object.