Class FileRulesReadException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileRulesCsvException, FileRulesDurationException

public class FileRulesReadException extends ReferentialException
See Also:
  • Constructor Details

    • FileRulesReadException

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

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

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

      public FileRulesReadException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
  • Method Details