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 Summary
ConstructorsConstructorDescriptionInvalidEntityException(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
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEntityException
-
InvalidEntityException
-
InvalidEntityException
-
InvalidEntityException
public InvalidEntityException(UnknownEnumException enumException, String propertyName, String input)
-
-
Method Details
-
getActualValue
-
getErrorDetails
-
getExpectedValue
-
getPropertyName
-