Now you can download a copy of these docs so you can use them offline! Download now
TableKeyNotDefinedException.cpp
1 /*
2  * TableKeyNotDefinedException.cpp
3  *
4  * Created on: Sep 22, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #include "tables/TableKeyNotDefinedException.h"
9 #include <stdlib.h>
10 #include <cstring>
11 
12 
13 #define MESSAGE_PREFIX "Unkown Table Key: "
15 msg(MESSAGE_PREFIX + key){
16 
17 }
18 
19 const char* TableKeyNotDefinedException::what(){
20  return msg.c_str();
21 }
22 
23 TableKeyNotDefinedException::~TableKeyNotDefinedException() throw(){
24 }
TableKeyNotDefinedException(const std::string key)

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