BadgerDB
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Friends
Pages
afs
cs.wisc.edu
u
h
a
haiyun
private
cs564-spr17
projects
p3
Btree
src
exceptions
no_such_key_found_exception.h
1
8
#pragma once
9
10
#include <string>
11
12
#include "badgerdb_exception.h"
13
14
namespace
badgerdb {
15
20
class
NoSuchKeyFoundException
:
public
BadgerDbException
{
21
public
:
25
NoSuchKeyFoundException
();
26
};
27
28
}
badgerdb::BadgerDbException
Base class for all BadgerDB-specific exceptions.
Definition:
badgerdb_exception.h:18
badgerdb::NoSuchKeyFoundException
An exception that is thrown when a file operation is requested for a filename that doesn't exist...
Definition:
no_such_key_found_exception.h:20
badgerdb::NoSuchKeyFoundException::NoSuchKeyFoundException
NoSuchKeyFoundException()
Definition:
no_such_key_found_exception.cpp:15
Generated on Mon Feb 20 2017 08:22:54 for BadgerDB by
1.8.6