#include <ByteBuffer.hpp>
◆ ByteBufferPositionException()
ByteBufferPositionException::ByteBufferPositionException |
( |
bool |
add, |
|
|
size_t |
pos, |
|
|
size_t |
size, |
|
|
size_t |
valueSize |
|
) |
| |
37{
38 std::ostringstream ss;
39
40 ss << "Attempted to " << (add ? "put" : "get") << " value with size: "
41 << valueSize << " in ByteBuffer (pos: " << pos << " size: " << size
42 << ")";
43
45}
std::string & message()
Definition: ByteBuffer.hpp:55
References ByteBufferException::message().
◆ ~ByteBufferPositionException()
ByteBufferPositionException::~ByteBufferPositionException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following files: