Uses of Class
com.sportradar.livedata.sdk.common.exceptions.SdkException
Packages that use SdkException
Package
Description
Contains common exceptions
Contains classes and interfaces associated with settings
Contains SDK entry point
- 
Uses of SdkException in com.sportradar.livedata.sdk.common.classesConstructors in com.sportradar.livedata.sdk.common.classes that throw SdkExceptionModifierConstructorDescriptionprotectedBaseSdkLogger(String rootName, String markerName) FileSdkLogger(LoggerSettings loggerSettings, Timer timer) FileSdkLogger(LoggerSettings loggerSettings, Timer timer, String markerName) 
- 
Uses of SdkException in com.sportradar.livedata.sdk.common.exceptionsSubclasses of SdkException in com.sportradar.livedata.sdk.common.exceptionsModifier and TypeClassDescriptionclassException that is thrown when a invalid property in properties file is foundclassException that is thrown when a mandatory property is missing from properties fileclassException that is thrown when sdk.properties property file is not foundclassRoot exception for all properties related exceptionsclassSDK exception that is fatalclass
- 
Uses of SdkException in com.sportradar.livedata.sdk.common.settingsMethods in com.sportradar.livedata.sdk.common.settings that throw SdkExceptionModifier and TypeMethodDescriptionPropertyFileSettingsLoader.getJmxSettings()SettingsLoader.getJmxSettings()SettingsLoader.getLiveScoutSettings()
- 
Uses of SdkException in com.sportradar.livedata.sdk.feed.common.exceptionsSubclasses of SdkException in com.sportradar.livedata.sdk.feed.common.exceptions
- 
Uses of SdkException in com.sportradar.livedata.sdk.feed.sdkMethods in com.sportradar.livedata.sdk.feed.sdk that throw SdkExceptionModifier and TypeMethodDescriptionstatic SdkSdk.getInstance()Gets the singletonSdkinstance.static voidSdk.init(Properties properties) Initialize SDK with passedPropertiesinstance Call to this method is optional.
- 
Uses of SdkException in com.sportradar.livedata.sdk.proto.commonSubclasses of SdkException in com.sportradar.livedata.sdk.proto.commonModifier and TypeClassDescriptionclassAn exception thrown when the message cannot be created from the data or message data cannot be written to the target type.classAnProtocolExceptionderived class which is thrown when no data is availableclassAnExceptionderived class which is thrown when an un-expected situation is encountered in the protocol layer code.Methods in com.sportradar.livedata.sdk.proto.common that throw SdkExceptionModifier and TypeMethodDescriptionprotected voidMessageTokenizerBase.notifyListener(InputStream stream) Notifies the observer that data was tokenized.protected voidJaxbMessageParser.onDataReady(InputStream stream) Processes the received data.protected abstract voidMessageParserBase.onDataReady(InputStream stream) When overridden in derived class, it processes the received data.voidMessageTokenizerListener.onMessageReady(InputStream stream) Invoked when the observedMessageTokenizerparsed data which represented a whole message.voidIncrementalMessageTokenizer.processData(InputStream stream) Processes passed data.voidMessageParser.processData(InputStream stream) Processes passed data.final voidMessageParserBase.processData(InputStream stream) Processes passed data.voidMessageTokenizer.processData(InputStream stream) Processes passed data.abstract voidMessageTokenizerBase.processData(InputStream stream) Processes passed data.protected voidJaxbMessageParser.unMarshallData(InputStream stream) When overridden in derived class it un-marshals thedata.