public class DeserializerNotFound
extends Failure
Indicates that deserializer dedicated to the command type is not found.
Command type provided as command parameter.
Constructor and Description |
---|
DeserializerNotFound(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that deserializer dedicated to the command type is not found.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> |
component1() |
DeserializerNotFound |
copy(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that deserializer dedicated to the command type is not found.
|
boolean |
equals(java.lang.Object p) |
java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> |
getCommand() |
int |
hashCode() |
java.lang.String |
toString() |
public DeserializerNotFound(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that deserializer dedicated to the command type is not found.
Command type provided as command parameter.
public java.lang.String toString()
public java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> getCommand()
public java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> component1()
public DeserializerNotFound copy(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that deserializer dedicated to the command type is not found.
Command type provided as command parameter.
public int hashCode()
public boolean equals(java.lang.Object p)