WPILibC++  trunk
Public Member Functions | List of all members
TableKeyNotDefinedException Class Reference

#include <TableKeyNotDefinedException.h>

Inheritance diagram for TableKeyNotDefinedException:
Inheritance graph
[legend]
Collaboration diagram for TableKeyNotDefinedException:
Collaboration graph
[legend]

Public Member Functions

 TableKeyNotDefinedException (const std::string key)
 
const char * what ()
 

Detailed Description

An exception throw when the lookup a a key-value fails in a ITable

Author
Mitchell

Definition at line 25 of file TableKeyNotDefinedException.h.

Constructor & Destructor Documentation

TableKeyNotDefinedException::TableKeyNotDefinedException ( const std::string  key)
Parameters
keythe key that was not defined in the table

Definition at line 14 of file TableKeyNotDefinedException.cpp.


The documentation for this class was generated from the following files: