| Package | Description |
|---|---|
| net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
| Modifier and Type | Method and Description |
|---|---|
RiotApiError |
RiotApiException.getErrorDto()
Gets the error DTO as sent by the Riot Api
|
| Constructor and Description |
|---|
RiotApiException(int errorCode,
RiotApiError errorDto)
Constructs a
RiotApiException with the specified error code and error dto, as sent by the Riot Api. |