Class MissingPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sportradar.livedata.sdk.common.exceptions.SdkException
com.sportradar.livedata.sdk.common.exceptions.PropertyException
com.sportradar.livedata.sdk.common.exceptions.MissingPropertyException
- All Implemented Interfaces:
- Serializable
Exception that is thrown when a mandatory property is missing from properties file
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMissingPropertyException(String missingProperty) Constructs a new instance ofMissingPropertyException
- 
Method SummaryMethods inherited from class com.sportradar.livedata.sdk.common.exceptions.PropertyExceptiongetPropertyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MissingPropertyExceptionConstructs a new instance ofMissingPropertyException- Parameters:
- missingProperty- Name of missing property
 
 
-