Uses of Class
cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions.NoDataFoundForThisDayAndTime
| Package | Description |
|---|---|
| cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions |
Exceptions
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast |
Forecast data
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days |
Forecast for each day
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour |
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 Modifier and Type Method Description NoDataFoundForThisDayAndTimeNoDataFoundForThisDay. addTime(String msg)method throwingNoDataFoundForThisDayAndTime -
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 NoDataFoundForThisDayAndTime Modifier and Type Method Description ForecastAtHourWeatherForecast. 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 NoDataFoundForThisDayAndTime Modifier and Type Method Description ForecastAtHourAfterTomorrow. getForecastByTime(TIME time)ForecastAtHourToday. getForecastByTime(TIME time)ForecastAtHourTomorrow. 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 NoDataFoundForThisDayAndTime Modifier and Type Method Description ForecastAtHourIForecastDayTimesAndDays. 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