Class InvalidEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sportradar.livedata.sdk.common.exceptions.SdkException
-
- com.sportradar.livedata.sdk.feed.common.exceptions.InvalidEntityException
-
- All Implemented Interfaces:
Serializable
public class InvalidEntityException extends SdkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEntityException(UnknownEnumException enumException, String propertyName, String input)
InvalidEntityException(String propertyName, String errorDetails)
InvalidEntityException(String propertyName, String errorDetails, Object expectedValue, Object actualValue)
InvalidEntityException(String propertyName, String expectedValue, String actualValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getActualValue()
String
getErrorDetails()
Object
getExpectedValue()
String
getPropertyName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidEntityException
public InvalidEntityException(String propertyName, String expectedValue, String actualValue)
-
InvalidEntityException
public InvalidEntityException(String propertyName, String errorDetails, Object expectedValue, Object actualValue)
-
InvalidEntityException
public InvalidEntityException(UnknownEnumException enumException, String propertyName, String input)
-
-