java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.krystofcejchan.lite_weather_lib.enums_exception.exceptions.NoDataFoundForThisDay
All Implemented Interfaces:
Serializable

public class NoDataFoundForThisDay extends RuntimeException
thrown if no data were found to the day
thrown in WeatherForecast if user calls getToday(), getTomorrow ... methods while not including these days in constructor
See Also:
  • Constructor Details

    • NoDataFoundForThisDay

      public NoDataFoundForThisDay(String errorMsg)
    • NoDataFoundForThisDay

      public NoDataFoundForThisDay(String errorMsg, Throwable throwable)
    • NoDataFoundForThisDay

      public NoDataFoundForThisDay()
  • Method Details