WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
TableKeyNotDefinedException Class Reference

An exception thrown when the lookup a a key-value fails in a ITable. More...

#include <TableKeyNotDefinedException.h>

Inheritance diagram for TableKeyNotDefinedException:

Public Member Functions

 TableKeyNotDefinedException (llvm::StringRef key)
 
const char * what () const NT_NOEXCEPT override
 

Detailed Description

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

Constructor & Destructor Documentation

TableKeyNotDefinedException::TableKeyNotDefinedException ( llvm::StringRef  key)
Parameters
keythe key that was not defined in the table

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