Now you can download a copy of these docs so you can use them offline! Download now
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 
13  //TODO construct string this(existingKey, existingType, "");
14 }
15 
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(const std::string existingKey, NetworkTableEntryType *existingType)

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6