Module org.holiday.calendar.core
Package org.holiday.calendar
Class HolidayCalendarNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
org.holiday.calendar.HolidayCalendarNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a requested holiday calendar code is not provided by
any registered
HolidayCalendarService.- Author:
- Dave Joyce
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHolidayCalendarNotFoundException(String requestedCode, List<String> availableCodes) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HolidayCalendarNotFoundException
-
-
Method Details
-
getRequestedCode
-
getAvailableCodes
-