Class UnparseableColumnsParseException

All Implemented Interfaces:
Serializable

public class UnparseableColumnsParseException extends ParseException
This type of ParseException is meant to be used within ingestion to hold parse exception information for rows that were partially parseable but had one or more unparseable columns, such as when passing a non-numeric value to a numeric column. There may be several such exceptions in a given row, so this exception can hold multiple column exception messages.
See Also:
  • Constructor Details

    • UnparseableColumnsParseException

      public UnparseableColumnsParseException(String event, List<String> details, boolean fromPartiallyValidRow, String formatText, Object... arguments)
  • Method Details

    • getColumnExceptionMessages

      public List<String> getColumnExceptionMessages()