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
public class MissingPropertyException extends PropertyException implements Serializable
Exception that is thrown when a mandatory property is missing from properties file- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingPropertyException(String missingProperty)
Constructs a new instance ofMissingPropertyException
-
Method Summary
-
Methods inherited from class com.sportradar.livedata.sdk.common.exceptions.PropertyException
getProperty
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingPropertyException
public MissingPropertyException(String missingProperty)
Constructs a new instance ofMissingPropertyException
- Parameters:
missingProperty
- Name of missing property
-
-