public class SerializerNotFound
extends Failure
Indicates that serializer dedicated to the Command is not found.
Command object provided as command parameter.
Constructor and Description |
---|
SerializerNotFound(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that serializer dedicated to the Command is not found.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> |
component1() |
SerializerNotFound |
copy(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that serializer dedicated to the Command 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 SerializerNotFound(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that serializer dedicated to the Command is not found.
Command object 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 SerializerNotFound copy(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates that serializer dedicated to the Command is not found.
Command object provided as command parameter.
public int hashCode()
public boolean equals(java.lang.Object p)