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