wisc_db
|
An exception that is thrown when a buffer is found whose valid is false but other variables in BufDesc are assigned valid values. More...
#include <bad_buffer_exception.h>
Public Member Functions | |
BadBufferException (FrameId frameNoIn, bool dirtyIn, bool validIn, bool refbitIn) | |
virtual const std::string & | message () const |
virtual const char * | what () const throw () |
Protected Attributes | |
FrameId | frameNo |
bool | dirty |
bool | valid |
bool | refbit |
std::string | message_ |
An exception that is thrown when a buffer is found whose valid is false but other variables in BufDesc are assigned valid values.
Definition at line 20 of file bad_buffer_exception.h.
|
explicit |
Constructs a bad buffer exception for the given file.
Definition at line 15 of file bad_buffer_exception.cpp.
|
inlinevirtualinherited |
Returns a message describing the problem that caused this exception.
Definition at line 38 of file wiscdb_exception.h.
|
inlinevirtualinherited |
Returns a description of the exception.
Definition at line 45 of file wiscdb_exception.h.
|
protected |
True if buffer is dirty; false otherwise
Definition at line 36 of file bad_buffer_exception.h.
|
protected |
Frame number of bad buffer
Definition at line 31 of file bad_buffer_exception.h.
|
protectedinherited |
Message describing the problem that caused this exception.
Definition at line 64 of file wiscdb_exception.h.
|
protected |
Has this buffer frame been reference recently
Definition at line 46 of file bad_buffer_exception.h.
|
protected |
True if buffer is valid
Definition at line 41 of file bad_buffer_exception.h.