JavaDBF 1.9.0
Better handling of bad requested fields.
- Throws IllegalArgumentException if searched by index, and index < 0 or greater of array field size (until now it throws ArrayOutBoundsException with no clear message)
- Throws DBFFieldNotFoundException if searched by name and this name doesn't exists.