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