#include <ByteBuffer.h>
ByteBufferPositionException::ByteBufferPositionException |
( |
bool |
add, |
|
|
size_t |
pos, |
|
|
size_t |
size, |
|
|
size_t |
valueSize |
|
) |
| |
31 std::ostringstream ss;
33 ss <<
"Attempted to " << (add ?
"put" :
"get") <<
" value with size: "
34 << valueSize <<
" in ByteBuffer (pos: " << pos <<
" size: " << size
std::string & message()
Definition: ByteBuffer.h:48
ByteBufferPositionException::~ByteBufferPositionException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following files: