Class PropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sportradar.livedata.sdk.common.exceptions.SdkException
-
- com.sportradar.livedata.sdk.common.exceptions.PropertyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPropertyException
,MissingPropertyException
public abstract class PropertyException extends SdkException
Root exception for all properties related exceptions- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProperty()
Gets property for which error was encountered-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getProperty
public String getProperty()
Gets property for which error was encountered- Returns:
- property name
-
-