#include <ByteBuffer.hpp>
◆ ByteBufferSourceException()
ByteBufferSourceException::ByteBufferSourceException |
( |
size_t |
pos, |
|
|
size_t |
size, |
|
|
size_t |
valueSize |
|
) |
| |
49{
50 std::ostringstream ss;
51
52 ss << "Attempted to put a "
53 << (valueSize > 0 ? "NULL-pointer" : "zero-sized value")
54 << " in ByteBuffer (pos: " << pos << " size: " << size << ")";
55
57}
std::string & message()
Definition: ByteBuffer.hpp:55
References ByteBufferException::message().
◆ ~ByteBufferSourceException()
ByteBufferSourceException::~ByteBufferSourceException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following files: