| Interface | Description |
|---|---|
| RESTDataProvider |
An interface for abstracting the detail of getting a result object from the back-end, primarily to ease testing
but also to remove code duplication.
|
| Class | Description |
|---|---|
| ArgumentChecker |
Utility class for checking arguments.
|
| DefaultRESTDataProvider |
Utility methods for fetching data from remote Quandl REST interface.
|
| PrettyPrinter |
Static utility class to PrettyPrint structures.
|
| Exception | Description |
|---|---|
| QuandlRequestFailedException |
A runtime exception from the Quandl client indicating an HTTP 429 response code (Too many requests) and that
subsequent retries according to the session retry policy also failed.
|
| QuandlRuntimeException |
A runtime exception from the Quandl client.
|
| QuandlServiceUnavailableException |
A runtime exception from the Quandl client indicating an HTTP 503 response code (Service unavailable).
|
| QuandlTooManyRequestsException |
A runtime exception from the Quandl client indicating an HTTP 429 response code (Too many requests).
|
| QuandlUnprocessableEntityException |
A runtime exception from the Quandl client indicating an HTTP 422 response code (Unprocessable Entity).
|
These include:
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}