WPILibC++
trunk
|
#include <TableKeyExistsWithDifferentTypeException.h>
Public Member Functions | |
TableKeyExistsWithDifferentTypeException (const std::string existingKey, NetworkTableEntryType *existingType) | |
TableKeyExistsWithDifferentTypeException (const std::string existingKey, NetworkTableEntryType *existingType, const char *message) | |
const char * | what () |
Throw to indicate that an attempt to put data to a table is illegal because the specified key exists with a different data type than the put data type.
Definition at line 27 of file TableKeyExistsWithDifferentTypeException.h.
TableKeyExistsWithDifferentTypeException::TableKeyExistsWithDifferentTypeException | ( | const std::string | existingKey, |
NetworkTableEntryType * | existingType | ||
) |
Creates a new TableKeyExistsWithDifferentTypeException
existingKey | The name of the key which exists. |
existingType | The type of the key which exists. |
Definition at line 12 of file TableKeyExistsWithDifferentTypeException.cpp.