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