public class DeserializerNotFoundException
Runtime exception thrown when interface CommandDeserializer
is not found for given interface Command
.
interface CommandDeserializer
,
interface Command
Constructor and Description |
---|
DeserializerNotFoundException(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Runtime exception thrown when
interface CommandDeserializer is not found for given interface Command . |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> |
getCommand() |
public DeserializerNotFoundException(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Runtime exception thrown when interface CommandDeserializer
is not found for given interface Command
.
interface CommandDeserializer
,
interface Command