public class SerializerNotFoundException
Runtime exception thrown when interface CommandSerializer
is not found for given interface Command
.
interface CommandSerializer
,
interface Command
Constructor and Description |
---|
SerializerNotFoundException(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Runtime exception thrown when
interface CommandSerializer 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 SerializerNotFoundException(java.lang.Class<? extends com.tomtom.online.sdk.connectivity.core.command.Command> command)
Runtime exception thrown when interface CommandSerializer
is not found for given interface Command
.
interface CommandSerializer
,
interface Command