An exception that is thrown when buffer capacity is exceeded. More...
#include <buffer_exceeded_exception.h>
Public Member Functions | |
| BufferExceededException () | |
| virtual const std::string & | message () const |
| virtual const char * | what () const throw () |
Protected Attributes | |
| std::string | message_ |
An exception that is thrown when buffer capacity is exceeded.
Definition at line 19 of file buffer_exceeded_exception.h.
|
explicit |
Constructs a buffer exceeded exception.
Definition at line 15 of file buffer_exceeded_exception.cpp.
|
inlinevirtualinherited |
Returns a message describing the problem that caused this exception.
Definition at line 38 of file badgerdb_exception.h.
|
inlinevirtualinherited | |||||||||||||
Returns a description of the exception.
Definition at line 45 of file badgerdb_exception.h.
|
protectedinherited |
Message describing the problem that caused this exception.
Definition at line 64 of file badgerdb_exception.h.
1.8.6