WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
TableKeyExistsWithDifferentTypeException.cpp
1
/*
2
* TableKeyExistsWithDifferentKeyException.cpp
3
*
4
* Created on: Sep 22, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#include "networktables2/TableKeyExistsWithDifferentTypeException.h"
9
10
11
12
TableKeyExistsWithDifferentTypeException::TableKeyExistsWithDifferentTypeException
(
const
std::string,
NetworkTableEntryType
* existingType) {
13
//TODO construct string this(existingKey, existingType, "");
14
}
15
16
TableKeyExistsWithDifferentTypeException::TableKeyExistsWithDifferentTypeException
(
const
std::string,
NetworkTableEntryType
* existingType,
const
char
* message) {
17
//TODO construct string super("Illegal put - key '" + existingKey + "' exists with type '" + existingType + "'. "+message);
18
}
19
20
TableKeyExistsWithDifferentTypeException::~TableKeyExistsWithDifferentTypeException() throw (){
21
//TODO delete message
22
}
TableKeyExistsWithDifferentTypeException::TableKeyExistsWithDifferentTypeException
TableKeyExistsWithDifferentTypeException(const std::string existingKey, NetworkTableEntryType *existingType)
Definition:
TableKeyExistsWithDifferentTypeException.cpp:12
NetworkTableEntryType
Definition:
NetworkTableEntryType.h:33
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6