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 Summary
ConstructorsConstructorDescriptionMissingPropertyException(String missingProperty) Constructs a new instance ofMissingPropertyException -
Method Summary
Methods inherited from class com.sportradar.livedata.sdk.common.exceptions.PropertyException
getPropertyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingPropertyException
Constructs a new instance ofMissingPropertyException- Parameters:
missingProperty- Name of missing property
-