Class UnknownEnumException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sportradar.livedata.sdk.common.exceptions.SdkException
-
- com.sportradar.livedata.sdk.common.exceptions.UnknownEnumException
-
- All Implemented Interfaces:
Serializable
public class UnknownEnumException extends SdkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownEnumException(String enumName, String inputValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEnumName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-