public class UsageOfUnsupportedApiError extends Object implements CommandError, ComparableByContent<UsageOfUnsupportedApiError>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<UsageOfUnsupportedApiError> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
UsageOfUnsupportedApiError(int requestedFormatNumber,
int maxSupportedFormatNumber) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
asException() |
boolean |
equalsByContent(UsageOfUnsupportedApiError other) |
int |
getMaxSupportedFormatNumber() |
int |
getRequestedFormatNumber() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static SerializationHandle<UsageOfUnsupportedApiError> SERIALIZATION_HANDLE
public UsageOfUnsupportedApiError(int requestedFormatNumber,
int maxSupportedFormatNumber)
public int getRequestedFormatNumber()
public int getMaxSupportedFormatNumber()
public RuntimeException asException()
asException in interface CommandErrorpublic boolean equalsByContent(UsageOfUnsupportedApiError other)
equalsByContent in interface ComparableByContent<UsageOfUnsupportedApiError>Copyright © 2024. All rights reserved.