#include <exceptions.h>
Public Member Functions | |
| DataInvalidAddressError (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 out-of-range pixel addresses are found during the decoding of the raw values.
Definition at line 77 of file exceptions.h.
1.8.6