wisc_db
Main Page
Namespaces
Classes
Files
File List
home
newhall
public
cs44
wiscdb
src
exceptions
hash_table_exception.h
1
8
#pragma once
9
10
#include <string>
11
12
#include "wiscdb_exception.h"
13
14
namespace
wiscdb
{
15
19
class
HashTableException
:
public
WiscDbException
{
20
public
:
24
explicit
HashTableException
();
25
};
26
27
}
wiscdb
Definition:
buffer.h:14
wiscdb::HashTableException
An exception that is thrown when some unexpected error occurs in the hash table.
Definition:
hash_table_exception.h:19
wiscdb::WiscDbException
Base class for all WiscDB-specific exceptions.
Definition:
wiscdb_exception.h:18
wiscdb::HashTableException::HashTableException
HashTableException()
Definition:
hash_table_exception.cpp:15
Generated by
1.8.11