|
libCZI
Reading CZI documents made easy
|
Exception for signalling errors specific for accessors. More...
#include <libCZI_exceptions.h>
Public Types | |
| enum | ErrorType { ErrorType::CouldntDeterminePixelType, ErrorType::Unspecified } |
| Values that represent error types. More... | |
Public Member Functions | |
| LibCZIAccessorException (const char *szErrMsg, ErrorType errorType) | |
| ErrorType | GetErrorType () const |
Public Member Functions inherited from libCZI::LibCZIException | |
| LibCZIException (const char *szErrMsg) | |
Exception for signalling errors specific for accessors.
|
strong |
|
inline |
Constructor for the LibCZIAccessorException.
| szErrMsg | Message describing the error. This type is used to signal error that are specific for accessors. |
| errorType | Type of the error. |
|
inline |
Gets error type.