|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceDataException | |
---|---|
net.degreedays.api.data | For specifying and receiving degree-day data from the API. |
Uses of SourceDataException in net.degreedays.api.data |
---|
Methods in net.degreedays.api.data that throw SourceDataException | |
---|---|
DataSet |
DataSets.get(DataSpec dataSpec)
Returns the DataSet that was generated to fulfil the
specified DataSpec from the request, or throws a
SourceDataException if no such DataSet could be
generated. |
AverageDataSet |
DataSets.getAverage(AverageDataSpec dataSpec)
Convenience alternative to calling get(dataSpec) with an
AverageDataSpec and then casting the result. |
DatedDataSet |
DataSets.getDated(DatedDataSpec dataSpec)
Convenience alternative to calling get(dataSpec) with a
DatedDataSpec and then casting the result. |
DataSet |
DataSets.getWithKey(java.lang.String key)
For unusual use cases, this enables you to access the DataSet objects using the string keys that are usually
managed internally. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |