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
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidEntityException(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 SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidEntityException
- 
InvalidEntityException
- 
InvalidEntityException
- 
InvalidEntityExceptionpublic InvalidEntityException(UnknownEnumException enumException, String propertyName, String input) 
 
- 
- 
Method Details- 
getActualValue
- 
getErrorDetails
- 
getExpectedValue
- 
getPropertyName
 
-