|
libintrovirt v0.57.4
IntroVirt introspection library
|
Thrown when a buffer is not large enough for some operation. More...
#include <BufferTooSmallException.hh>


Public Member Functions | |
| BufferTooSmallException (size_t required_size, int available_size) | |
| Construct a new BufferTooSmallException. | |
Public Member Functions inherited from introvirt::TraceableException | |
| int | error_code () const |
| Get the errno value if one was set. | |
| TraceableException (TraceableException &&) noexcept | |
| Move constructor. | |
| TraceableException & | operator= (TraceableException &&) noexcept |
| Move assignment operator. | |
| ~TraceableException () override | |
| Destroy the instance. | |
Additional Inherited Members | |
Protected Member Functions inherited from introvirt::TraceableException | |
| TraceableException (const std::string &msg) | |
| Construct a new Traceable Exception object. | |
| TraceableException (const std::string &msg, int err) | |
| Construct a new Traceable Exception object with an erro code. | |
Thrown when a buffer is not large enough for some operation.
| introvirt::BufferTooSmallException::BufferTooSmallException | ( | size_t | required_size, |
| int | available_size | ||
| ) |
Construct a new BufferTooSmallException.
| required_size | The size that was required |
| available_size | The size that was available |