Uses of Enum Class
com.sportradar.unifiedodds.sdk.ExceptionHandlingStrategy
Packages that use ExceptionHandlingStrategy
Package
Description
-
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk
Methods in com.sportradar.unifiedodds.sdk that return ExceptionHandlingStrategyModifier and TypeMethodDescriptionstatic ExceptionHandlingStrategyReturns the enum constant of this class with the specified name.static ExceptionHandlingStrategy[]ExceptionHandlingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk.cfg
Methods in com.sportradar.unifiedodds.sdk.cfg that return ExceptionHandlingStrategyModifier and TypeMethodDescriptionUofConfiguration.getExceptionHandlingStrategy()Returns theExceptionHandlingStrategywhich will be used through the SDKMethods in com.sportradar.unifiedodds.sdk.cfg with parameters of type ExceptionHandlingStrategyModifier and TypeMethodDescriptionConfigurationBuilderBase.setExceptionHandlingStrategy(ExceptionHandlingStrategy exceptionHandlingStrategy) Sets the value specifying how exceptions thrown in the SDK are handled -
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk.internal.caching.ci
Constructors in com.sportradar.unifiedodds.sdk.internal.caching.ci with parameters of type ExceptionHandlingStrategyModifierConstructorDescriptionLoadableRoundCiImpl(com.sportradar.uf.sportsapi.datamodel.SapiMatchRound roundData, boolean isFixtureEndpoint, Locale dataLocale, CacheItem associatedEventCi, DataRouterManager dataRouterManager, Locale defaultLocale, ExceptionHandlingStrategy exceptionHandlingStrategy) LoadableRoundCiImpl(CacheItem associatedEventCi, DataRouterManager dataRouterManager, Locale defaultLocale, ExceptionHandlingStrategy exceptionHandlingStrategy) LoadableRoundCiImpl(CacheItem associatedEventCi, ExportableLoadableRoundCi exportable, DataRouterManager dataRouterManager, ExceptionHandlingStrategy exceptionHandlingStrategy) -
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk.internal.cfg
Methods in com.sportradar.unifiedodds.sdk.internal.cfg that return ExceptionHandlingStrategyMethods in com.sportradar.unifiedodds.sdk.internal.cfg that return types with arguments of type ExceptionHandlingStrategyMethods in com.sportradar.unifiedodds.sdk.internal.cfg with parameters of type ExceptionHandlingStrategyModifier and TypeMethodDescriptionvoidUofConfigurationImpl.setExceptionHandlingStrategy(ExceptionHandlingStrategy handlingStrategy) -
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return ExceptionHandlingStrategyModifier and TypeMethodDescriptionSdkInternalConfiguration.getExceptionHandlingStrategy()Returns an indication on how should be the SDK exceptions handled -
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk.internal.impl.entities
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.entities with parameters of type ExceptionHandlingStrategyModifierConstructorDescriptionBasicTournamentImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newBasicTournamentImplinstanceCompetitorImpl(Urn competitorId, ProfileCache profileCache, SportEventCi parentSportEventCi, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy, Boolean isVirtual) Initializes a new instance of theCompetitorImplclassCompetitorImpl(Urn competitorId, ProfileCache profileCache, Map<Urn, ReferenceIdCi> eventCompetitorsReferences, Boolean isVirtual, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theCompetitorImplclassCompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplDrawImpl(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 theMatchImplPlayerProfileImpl(Urn playerId, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplSeasonImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newSeasonImplinstanceStageImpl(Urn id, Urn sportId, SportEventCache sportEventCache, SportEventStatusFactory statusFactory, SportEntityFactory sportEntityFactory, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theStageImplTeamCompetitorImpl(Urn competitorId, ProfileCache profileCache, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theTeamCompetitorImplclassTournamentImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newTournamentImplinstance -
Uses of ExceptionHandlingStrategy in com.sportradar.unifiedodds.sdk.managers
Constructors in com.sportradar.unifiedodds.sdk.managers with parameters of type ExceptionHandlingStrategyModifierConstructorDescriptionReplayScenario(com.sportradar.uf.sportsapi.datamodel.ReplayScenarioType scenario, SportEntityFactory entityFactory, ExceptionHandlingStrategy handlingStrategy) Initializes a newReplayScenarioinstance which represent an available replay scenario