Skip to content

JavaDBF 1.9.0

Compare
Choose a tag to compare
@albfernandez albfernandez released this 20 Jan 18:52

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.