WPILibC++
unspecified
|
An exception thrown when the lookup a a key-value fails in a ITable. More...
#include <TableKeyNotDefinedException.h>
Public Member Functions | |
TableKeyNotDefinedException (llvm::StringRef key) | |
const char * | what () const NT_NOEXCEPT override |
An exception thrown when the lookup a a key-value fails in a ITable.
TableKeyNotDefinedException::TableKeyNotDefinedException | ( | llvm::StringRef | key | ) |
key | the key that was not defined in the table |