Uses of Class
com.sportradar.livedata.sdk.common.exceptions.SdkException
-
Packages that use SdkException Package Description com.sportradar.livedata.sdk.common.classes com.sportradar.livedata.sdk.common.exceptions Contains common exceptionscom.sportradar.livedata.sdk.common.settings Contains classes and interfaces associated with settingscom.sportradar.livedata.sdk.feed.common.exceptions com.sportradar.livedata.sdk.feed.sdk Contains SDK entry pointcom.sportradar.livedata.sdk.proto.common -
-
Uses of SdkException in com.sportradar.livedata.sdk.common.classes
Constructors in com.sportradar.livedata.sdk.common.classes that throw SdkException Constructor Description BaseSdkLogger(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.exceptions
Subclasses of SdkException in com.sportradar.livedata.sdk.common.exceptions Modifier and Type Class Description class
InvalidPropertyException
Exception that is thrown when a invalid property in properties file is foundclass
MissingPropertyException
Exception that is thrown when a mandatory property is missing from properties fileclass
MissingPropertyFileException
Exception that is thrown when sdk.properties property file is not foundclass
PropertyException
Root exception for all properties related exceptionsclass
SdkFatalException
SDK exception that is fatalclass
UnknownEnumException
-
Uses of SdkException in com.sportradar.livedata.sdk.common.settings
Methods in com.sportradar.livedata.sdk.common.settings that throw SdkException Modifier and Type Method Description JmxSettings
PropertyFileSettingsLoader. getJmxSettings()
JmxSettings
SettingsLoader. getJmxSettings()
LiveScoutSettings
SettingsLoader. getLiveScoutSettings()
-
Uses of SdkException in com.sportradar.livedata.sdk.feed.common.exceptions
Subclasses of SdkException in com.sportradar.livedata.sdk.feed.common.exceptions Modifier and Type Class Description class
InvalidEntityException
-
Uses of SdkException in com.sportradar.livedata.sdk.feed.sdk
Methods in com.sportradar.livedata.sdk.feed.sdk that throw SdkException Modifier and Type Method Description static Sdk
Sdk. getInstance()
Gets the singletonSdk
instance.static void
Sdk. init(Properties properties)
Initialize SDK with passedProperties
instance Call to this method is optional. -
Uses of SdkException in com.sportradar.livedata.sdk.proto.common
Subclasses of SdkException in com.sportradar.livedata.sdk.proto.common Modifier and Type Class Description class
MessageException
An exception thrown when the message cannot be created from the data or message data cannot be written to the target type.class
NoDataProtocolException
AnProtocolException
derived class which is thrown when no data is availableclass
ProtocolException
AnException
derived 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 SdkException Modifier and Type Method Description protected void
MessageTokenizerBase. notifyListener(InputStream stream)
Notifies the observer that data was tokenized.protected void
JaxbMessageParser. onDataReady(InputStream stream)
Processes the received data.protected abstract void
MessageParserBase. onDataReady(InputStream stream)
When overridden in derived class, it processes the received data.void
MessageTokenizerListener. onMessageReady(InputStream stream)
Invoked when the observedMessageTokenizer
parsed data which represented a whole message.void
IncrementalMessageTokenizer. processData(InputStream stream)
Processes passed data.void
MessageParser. processData(InputStream stream)
Processes passed data.void
MessageParserBase. processData(InputStream stream)
Processes passed data.void
MessageTokenizer. processData(InputStream stream)
Processes passed data.abstract void
MessageTokenizerBase. processData(InputStream stream)
Processes passed data.protected void
JaxbMessageParser. unMarshallData(InputStream stream)
When overridden in derived class it un-marshals thedata
.
-