libCZI
Reading and Writing CZI documents made easy
|
Exception for signaling errors specific for accessors. More...
#include <libCZI_exceptions.h>
Public Types | |
enum class | ErrorType { CouldntDeterminePixelType , 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 signaling 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.