Class FieldNotPresentException

All Implemented Interfaces:
Serializable

public class FieldNotPresentException extends IndexOutOfBoundsException
Exception thrown when a field is requested that is outside the bounds of the section. This usually indicates that the record is an older level where the field was not present.

Note: this is dependent on the size of the containing section, it is not thrown if you request a field from an older level record where the field was "reserved" but not filled in.

See Also:
  • Constructor Details

    • FieldNotPresentException

      public FieldNotPresentException(String message)