WiscDB
 All Classes Functions Variables Friends
Public Member Functions | Protected Attributes
wiscdb::HashNotFoundException Class Reference

An exception that is thrown when an entry being looked up in the hash table is not present in it. More...

#include <hash_not_found_exception.h>

Inheritance diagram for wiscdb::HashNotFoundException:
wiscdb::WiscDbException

List of all members.

Public Member Functions

 HashNotFoundException (const std::string &nameIn, PageId pageNoIn)

Protected Attributes

const std::string & name
const PageId pageNo

Detailed Description

An exception that is thrown when an entry being looked up in the hash table is not present in it.

Definition at line 20 of file hash_not_found_exception.h.


Constructor & Destructor Documentation

wiscdb::HashNotFoundException::HashNotFoundException ( const std::string &  nameIn,
PageId  pageNoIn 
) [explicit]

Constructs a hash not found exception for the given file.

Definition at line 15 of file hash_not_found_exception.cpp.


Member Data Documentation

const std::string& wiscdb::HashNotFoundException::name [protected]

Name of file that caused this exception.

Definition at line 31 of file hash_not_found_exception.h.

const PageId wiscdb::HashNotFoundException::pageNo [protected]

Page number in file

Definition at line 36 of file hash_not_found_exception.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Friends