Uses of Class
cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions.NoDataFoundForThisDayAndTime
Packages that use NoDataFoundForThisDayAndTime
Package
Description
Exceptions
Forecast data
Forecast for each day
Forecast for each hour
-
Uses of NoDataFoundForThisDayAndTime in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions
Methods in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions that return NoDataFoundForThisDayAndTime -
Uses of NoDataFoundForThisDayAndTime in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that throw NoDataFoundForThisDayAndTimeModifier and TypeMethodDescriptionWeatherForecast.getForecastFor(DAY day, TIME time) returns forecast for specific day and time -
Uses of NoDataFoundForThisDayAndTime in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that throw NoDataFoundForThisDayAndTimeModifier and TypeMethodDescriptionAfterTomorrow.getForecastByTime(TIME time) Today.getForecastByTime(TIME time) Tomorrow.getForecastByTime(TIME time) -
Uses of NoDataFoundForThisDayAndTime in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour that throw NoDataFoundForThisDayAndTimeModifier and TypeMethodDescriptionIForecastDayTimesAndDays.getForecastByTime(TIME time) implemented by Today, Tomorrow and AfterTomorrow, therefor no day is neededstatic ForecastAtHourIForecastDayTimesAndDays.getMatchingObjectFrom(DAY day, TIME time) returns forecast for specific day and hour