Class HolidayCalendarNotFoundException

All Implemented Interfaces:
Serializable

public class HolidayCalendarNotFoundException extends NoSuchElementException
Exception thrown when a requested holiday calendar code is not provided by any registered HolidayCalendarService.
Author:
Dave Joyce
See Also:
  • Constructor Details

    • HolidayCalendarNotFoundException

      public HolidayCalendarNotFoundException(String requestedCode, List<String> availableCodes)
  • Method Details

    • getRequestedCode

      public String getRequestedCode()
    • getAvailableCodes

      public List<String> getAvailableCodes()