Class InvalidDeletionFlagFormatException

  • All Implemented Interfaces:
    Serializable

    public class InvalidDeletionFlagFormatException
    extends DBaseFileException
    Exception throws when the deletion flag of a dBase record is not equals to '*' or ' '.
    Since:
    14.0
    Version:
    17.0 2020-01-04 14:41:52
    Author:
    Stéphane GALLAND, Olivier LAMOTTE
    See Also:
    Serialized Form
    Maven Group Id:
    org.arakhne.afc.advanced
    Maven Artifact Id:
    dbasefile
    • Constructor Detail

      • InvalidDeletionFlagFormatException

        public InvalidDeletionFlagFormatException​(int recordNumber,
                                                  int rawData)
        Constructor.
        Parameters:
        recordNumber - the record number.
        rawData - the raw data.
    • Method Detail

      • getRecordNumber

        @Pure
        public int getRecordNumber()
        Replies the index of the record on which the error occurs.
        Returns:
        an index between 1 and the count of record (inclusives)
      • getRawData

        @Pure
        public int getRawData()
        Replies the raw data that cause this exception.
        Returns:
        the raw data that cause this exception.