package com.moral.service; import java.text.ParseException; public interface ForecastWeatherService { void insertForecastWeather() throws ParseException; }