public class UnknownCommand
extends Failure
Indicates class CommandType
for given interface Command
was not found.
Make sure that proper interface CommandTypeMappingFactory
was provided during initialization of API.
Constructor and Description |
---|
UnknownCommand(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates
class CommandType for given interface Command was not found. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> |
component1() |
UnknownCommand |
copy(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates
class CommandType for given interface Command was 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 UnknownCommand(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates class CommandType
for given interface Command
was not found.
Make sure that proper interface CommandTypeMappingFactory
was provided during initialization of API.
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 UnknownCommand copy(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Indicates class CommandType
for given interface Command
was not found.
Make sure that proper interface CommandTypeMappingFactory
was provided during initialization of API.
public int hashCode()
public boolean equals(java.lang.Object p)