Class MRecordParseException

    • Constructor Detail

      • MRecordParseException

        public MRecordParseException​(MRecordReader.Position l,
                                     String s)
        Creates an exception with the specified message.
        Parameters:
        l - the position in the input file
        s - the message
      • MRecordParseException

        public MRecordParseException​(MRecordReader.Position l,
                                     String s,
                                     Throwable cause)
        Creates an exception with the specified message and cause.
        Parameters:
        l - the position in the input file
        s - the message
        cause - the cause
      • MRecordParseException

        public MRecordParseException​(MRecordReader.Position l,
                                     Throwable cause)
        Creates an exception with the specified cause.
        Parameters:
        l - the position in the input file
        cause - the cause
    • Method Detail

      • getPosition

        public MRecordReader.Position getPosition()
        Gets the position of the error.
        Returns:
        the position