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