public class UnknownCommandType
extends Failure
Indicates interface Command
for given class CommandType
was not found.
Make sure that proper interface CommandTypeMappingFactory
was provided during initialization of API.
Constructor and Description |
---|
UnknownCommandType(CommandType commandType)
Indicates
interface Command for given class CommandType was not found. |
Modifier and Type | Method and Description |
---|---|
CommandType |
component1() |
UnknownCommandType |
copy(CommandType commandType)
Indicates
interface Command for given class CommandType was not found. |
boolean |
equals(java.lang.Object p) |
CommandType |
getCommandType() |
int |
hashCode() |
java.lang.String |
toString() |
public UnknownCommandType(CommandType commandType)
Indicates interface Command
for given class CommandType
was not found.
Make sure that proper interface CommandTypeMappingFactory
was provided during initialization of API.
public java.lang.String toString()
public CommandType getCommandType()
public CommandType component1()
public UnknownCommandType copy(CommandType commandType)
Indicates interface Command
for given class CommandType
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)