Uses of Class
cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions.CouldNotFindLocation
| Package | Description |
|---|---|
| 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.days |
Forecast for each day
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.nearest_area |
Area data
|
| cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.request |
request data
|
-
Uses of CouldNotFindLocation in cz.krystofcejchan.lite_weather_lib.utilities
Methods in cz.krystofcejchan.lite_weather_lib.utilities that throw CouldNotFindLocation Modifier and Type Method Description static org.json.JSONObjectUtilityClass. getJson(String location) -
Uses of CouldNotFindLocation in cz.krystofcejchan.lite_weather_lib.weather_objects
Constructors in cz.krystofcejchan.lite_weather_lib.weather_objects that throw CouldNotFindLocation Constructor Description WeatherObject(String location, TIME[] times, DAY... days) -
Uses of CouldNotFindLocation in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.current_weather
Constructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.current_weather that throw CouldNotFindLocation Constructor Description CurrentCondition(String location)Constructor required to create this object of this class -
Uses of CouldNotFindLocation in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days
Constructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that throw CouldNotFindLocation Constructor Description AfterTomorrow(String location, TIME... times)constructorToday(String location, TIME... times)Tomorrow(String location, TIME... times) -
Uses of CouldNotFindLocation in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.nearest_area
Constructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.nearest_area that throw CouldNotFindLocation Constructor Description NearestArea(String location) -
Uses of CouldNotFindLocation in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.request
Constructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.request that throw CouldNotFindLocation Constructor Description Request(String location)