Class FileRulesCsvException

All Implemented Interfaces:
Serializable

public class FileRulesCsvException extends FileRulesReadException
Exception throw when csv to import is not well format or is bad to parse
See Also:
  • Constructor Details

    • FileRulesCsvException

      public FileRulesCsvException(String message, Throwable cause)
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception
    • FileRulesCsvException

      public FileRulesCsvException(String message)
      Parameters:
      message - message to associate with the exception
    • FileRulesCsvException

      public FileRulesCsvException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
    • FileRulesCsvException

      public FileRulesCsvException(String message, Map<Integer,List<ErrorReport>> errorsMap)