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