Class FlatFileParseException

All Implemented Interfaces:
Serializable

public class FlatFileParseException extends ParseException
Exception thrown when errors are encountered parsing flat files. The original input, typically a line, can be passed in, so that latter catches can write out the original input to a log, or an error table.
Author:
Lucas Ward, Ben Hale, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • FlatFileParseException

      public FlatFileParseException(String message, String input)
    • FlatFileParseException

      public FlatFileParseException(String message, String input, int lineNumber)
    • FlatFileParseException

      public FlatFileParseException(String message, Throwable cause, String input, int lineNumber)
  • Method Details

    • getInput

      public String getInput()
    • getLineNumber

      public int getLineNumber()