#include <exceptions.h>
Public Member Functions | |
| DataCorruptBufferError (const std::string &what_arg) | |
Public Member Functions inherited from pxar::DataDecodingError | |
| DataDecodingError (const std::string &what_arg) | |
Public Member Functions inherited from pxar::pxarException | |
| pxarException (const std::string &what_arg) | |
| virtual const char * | what () const throw () |
This exception class is used when the decoded pixel address returns row == 80, which points to corrupt data buffer rather than invalid address.
Definition at line 93 of file exceptions.h.
1.8.6