Modifier and Type | Method and Description |
---|---|
static ExceptionHandlingStrategy |
ExceptionHandlingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionHandlingStrategy[] |
ExceptionHandlingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandlingStrategy |
UofConfiguration.getExceptionHandlingStrategy()
Returns the
ExceptionHandlingStrategy which will be used trough the SDK |
Modifier and Type | Method and Description |
---|---|
T |
ConfigurationBuilderBase.setExceptionHandlingStrategy(ExceptionHandlingStrategy exceptionHandlingStrategy)
Sets the value specifying how exceptions thrown in the SDK are handled
|
Constructor and Description |
---|
LoadableRoundCiImpl(CacheItem associatedEventCi,
DataRouterManager dataRouterManager,
Locale defaultLocale,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
LoadableRoundCiImpl(CacheItem associatedEventCi,
ExportableLoadableRoundCi exportable,
DataRouterManager dataRouterManager,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
LoadableRoundCiImpl(com.sportradar.uf.sportsapi.datamodel.SapiMatchRound roundData,
boolean isFixtureEndpoint,
Locale dataLocale,
CacheItem associatedEventCi,
DataRouterManager dataRouterManager,
Locale defaultLocale,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
Modifier and Type | Method and Description |
---|---|
ExceptionHandlingStrategy |
UofConfigurationImpl.getExceptionHandlingStrategy() |
Modifier and Type | Method and Description |
---|---|
Optional<ExceptionHandlingStrategy> |
SdkConfigurationReader.readExceptionHandlingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
UofConfigurationImpl.setExceptionHandlingStrategy(ExceptionHandlingStrategy handlingStrategy) |
Modifier and Type | Method and Description |
---|---|
ExceptionHandlingStrategy |
SdkInternalConfiguration.getExceptionHandlingStrategy()
Returns an indication on how should be the SDK exceptions handled
|
Constructor and Description |
---|
BasicTournamentImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new
BasicTournamentImpl instance |
CompetitorImpl(Urn competitorId,
ProfileCache profileCache,
Map<Urn,ReferenceIdCi> eventCompetitorsReferences,
Boolean isVirtual,
List<Locale> locales,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
CompetitorImpl class |
CompetitorImpl(Urn competitorId,
ProfileCache profileCache,
SportEventCi parentSportEventCi,
List<Locale> locales,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy,
Boolean isVirtual)
Initializes a new instance of the
CompetitorImpl class |
CompetitorPlayerImpl(Urn playerId,
Integer jerseyNumber,
ProfileCache profileCache,
List<Urn> possibleAssociatedCompetitorIds,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of
PlayerProfileImpl |
DrawImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
LotteryImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
MatchImpl(Urn id,
Urn sportId,
SportEventCache sportEventCache,
SportEventStatusFactory statusFactory,
SportEntityFactory sportEntityFactory,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
MatchImpl |
PlayerProfileImpl(Urn playerId,
ProfileCache profileCache,
List<Urn> possibleAssociatedCompetitorIds,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of
PlayerProfileImpl |
SeasonImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new
SeasonImpl instance |
StageImpl(Urn id,
Urn sportId,
SportEventCache sportEventCache,
SportEventStatusFactory statusFactory,
SportEntityFactory sportEntityFactory,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
StageImpl |
TeamCompetitorImpl(Urn competitorId,
ProfileCache profileCache,
String qualifier,
Integer division,
Boolean isVirtual,
SportEventCi parentSportEventCi,
List<Locale> locales,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
TeamCompetitorImpl class |
TournamentImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new
TournamentImpl instance |
Constructor and Description |
---|
ReplayScenario(com.sportradar.uf.sportsapi.datamodel.ReplayScenarioType scenario,
SportEntityFactory entityFactory,
ExceptionHandlingStrategy handlingStrategy)
Initializes a new
ReplayScenario instance which represent an available replay scenario |
Copyright © 2016–2025. All rights reserved.