Class InvalidPropertyException
- 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.InvalidPropertyException
-
- All Implemented Interfaces:
Serializable
public class InvalidPropertyException extends PropertyException implements Serializable
Exception that is thrown when a invalid property in properties file is found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPropertyException(String error, String property, String inputValue)
Constructs a new instance ofInvalidPropertyException
-
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
-
InvalidPropertyException
public InvalidPropertyException(String error, String property, String inputValue)
Constructs a new instance ofInvalidPropertyException
- Parameters:
error
- Error descriptionproperty
- Property nameinputValue
- Input value that caused error
-
-