Uses of Class
com.oopitis.weather.WeatherServiceException

Packages that use WeatherServiceException
com.oopitis.weather This package provides a common interface for users to access weather information from different data sources, and a skeletal implementation for data providers to quickly set up data access via Java. 
 

Uses of WeatherServiceException in com.oopitis.weather
 

Subclasses of WeatherServiceException in com.oopitis.weather
 class UnsupportedFeatureException
          Thrown when a service operation cannot recognize a feature.
static class URLDataSource.FetchException
          Thrown when an error occurs during fetching data from the a data source.