BadgerDB
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Friends
Pages
afs
cs.wisc.edu
u
h
a
haiyun
private
cs564-spr17
projects
p2
BufMgr
src
exceptions
hash_table_exception.h
1
8
#pragma once
9
10
#include <string>
11
12
#include "badgerdb_exception.h"
13
14
namespace
badgerdb {
15
19
class
HashTableException
:
public
BadgerDbException
{
20
public
:
24
explicit
HashTableException
();
25
};
26
27
}
badgerdb::BadgerDbException
Base class for all BadgerDB-specific exceptions.
Definition:
badgerdb_exception.h:18
badgerdb::HashTableException::HashTableException
HashTableException()
Definition:
hash_table_exception.cpp:15
badgerdb::HashTableException
An exception that is thrown when some unexpected error occurs in the hash table.
Definition:
hash_table_exception.h:19
Generated on Fri Feb 10 2017 12:39:55 for BadgerDB by
1.8.6