Class RowParseException

    • Field Detail

      • rowNum

        public int rowNum
      • colNum

        public int colNum
      • ruleID

        public String ruleID
      • ruleName

        public String ruleName
      • cellValue

        public String cellValue
    • Constructor Detail

      • RowParseException

        public RowParseException​(String s)
        Throw new RowParseException with message.
        Parameters:
        s - message
      • RowParseException

        public RowParseException​(String s,
                                 Exception e)
        Throw new RowParseException with message amd cause.
        Parameters:
        s - message
        e - cause
      • RowParseException

        public RowParseException​(String s,
                                 int rowNum,
                                 int colNum,
                                 String cellValue)
        Throw a new RowParseException with message and location.
        Parameters:
        s - message
        rowNum - row number
        colNum - column number
        cellValue - value of cell with exception