libCZI
Reading and Writing CZI documents made easy
|
#include <libCZI_exceptions.h>
Public Member Functions | |
LibCZISegmentNotPresent (const char *szErrMsg) | |
Public Member Functions inherited from libCZI::LibCZIException | |
LibCZIException (const char *szErrMsg) | |
Exception is thrown in order to signal that the segments Metdata, SubblockDirectory or AttachmentDirectory are not present in the CZI (i.e. marked as "not present" in the file-header).
|
inlineexplicit |
Constructor for the LibCZISegmentNotPresent. This type is used to signal that a requested segment (metadata, subblock-directory or attachment-directory) is not present in the CZI.
szErrMsg | Message describing the error. |