Home
Roadside
Carputer
geoHist
software
FRC
Blog
Now you can download a copy of these docs so you can use them offline!
Download now
Main Page
Related Pages
Classes
Files
File List
networktables2
connection
BadMessageException.cpp
1
/*
2
* BadMessageException.cpp
3
*
4
* Created on: Sep 16, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#include "networktables2/connection/BadMessageException.h"
9
10
BadMessageException::BadMessageException(
const
char
* msg)
11
: message(msg)
12
{
13
14
}
15
16
BadMessageException::~BadMessageException() throw ()
17
{
18
}
19
20
const
char
* BadMessageException::what()
21
{
22
return
message.c_str();
23
}
Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by
1.8.6
© 2006-2009 Dustin Spicuzza. All rights reserved.
Powered by Onnac
I do not condone or encourage graffiti. Please paint responsibly.