Uses of Package
cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions
| Package | Description |
|---|---|
| cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions |
Exceptions
|
| cz.krystofcejchan.lite_weather_lib.utilities | |
| cz.krystofcejchan.lite_weather_lib.weather_objects |
All weather objects
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.current_weather |
Current weather condition
|
| 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
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.nearest_area |
Area data
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.request |
request data
|
-
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions Class Description NoDataFoundForThisDayAndTime thrown if no data were found to the day and time
thrown inIForecastDayTimesAndDaysif no weather data found -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.utilities Class Description CouldNotFindLocation CouldNotFindLocationmeans that no weather data could be found for this location, or location name is invalid -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects Class Description CouldNotFindLocation CouldNotFindLocationmeans that no weather data could be found for this location, or location name is invalid -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.current_weather Class Description CouldNotFindLocation CouldNotFindLocationmeans that no weather data could be found for this location, or location name is invalid -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast Class Description NoDataFoundForThisDay thrown if no data were found to the day
thrown inWeatherForecastif user calls getToday(), getTomorrow ...NoDataFoundForThisDayAndTime thrown if no data were found to the day and time
thrown inIForecastDayTimesAndDaysif no weather data found -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days Class Description CouldNotFindLocation CouldNotFindLocationmeans that no weather data could be found for this location, or location name is invalidNoDataFoundForThisDayAndTime thrown if no data were found to the day and time
thrown inIForecastDayTimesAndDaysif no weather data found -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour Class Description CannotSearchForAll cannot be searched for all, because return type cannot store more than one objectNoDataFoundForThisDayAndTime thrown if no data were found to the day and time
thrown inIForecastDayTimesAndDaysif no weather data found -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.nearest_area Class Description CouldNotFindLocation CouldNotFindLocationmeans that no weather data could be found for this location, or location name is invalid -
Classes in cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions used by cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.request Class Description CouldNotFindLocation CouldNotFindLocationmeans that no weather data could be found for this location, or location name is invalid