Class NoDataFoundForThisDayAndTime
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions.NoDataFoundForThisDayAndTime
- All Implemented Interfaces:
Serializable
public class NoDataFoundForThisDayAndTime extends RuntimeException
thrown if no data were found to the day and time
thrown in
thrown in
IForecastDayTimesAndDays if no weather data found- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoDataFoundForThisDayAndTime(String errorMsg) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoDataFoundForThisDayAndTime
-