An exception that is thrown when buffer capacity is exceeded. More...
#include <buffer_exceeded_exception.h>
Public Member Functions | |
| BufferExceededException () | |
An exception that is thrown when buffer capacity is exceeded.
Definition at line 19 of file buffer_exceeded_exception.h.
| wiscdb::BufferExceededException::BufferExceededException | ( | ) | [explicit] |
Constructs a buffer exceeded exception.
Definition at line 15 of file buffer_exceeded_exception.cpp.
1.7.6.1