#include "ByteBuffer.h"
◆ ByteBufferSourceException()
ByteBufferSourceException::ByteBufferSourceException |
( |
std::size_t |
pos, |
|
|
std::size_t |
size, |
|
|
std::size_t |
valueSize |
|
) |
| |
42{
43 std::ostringstream ss;
44
45 ss << "Attempted to put a "
46 << (valueSize > 0 ? "NULL-pointer" : "zero-sized value")
47 << " in ByteBuffer (pos: " << pos << " size: " << size << ")";
48
50}
std::string & message() noexcept
Definition ByteBuffer.h:39
References ByteBufferException::message().
◆ ~ByteBufferSourceException()
ByteBufferSourceException::~ByteBufferSourceException |
( |
| ) |
|
|
overridedefaultnoexcept |
The documentation for this class was generated from the following files: