#include <data.h>

Public Member Functions | |
| rock_exception_read (size_t pos, size_t size, size_t alloc_size) | |
| Construct a rock messaging read exception. | |
| virtual const char * | what () const throw () |
| Get a description of the cause of the exception. | |
| karoo::rock_exception_read::rock_exception_read | ( | size_t | pos, | |
| size_t | size, | |||
| size_t | alloc_size | |||
| ) | [inline] |
Construct a rock messaging read exception.
| pos | the position in the array of data where the error occurred. | |
| size | the size of the data (this is <= the allocated bufer size). | |
| alloc_size | the allocated buffer size. |
| virtual const char* karoo::rock_exception_read::what | ( | ) | const throw () [inline, virtual] |
Get a description of the cause of the exception.
Reimplemented from karoo::rock_exception_io.
References karoo::rock_exception_io::alloc_size, karoo::rock_exception_io::pos, and karoo::rock_exception_io::size.
1.5.8