libCZI
Reading and Writing CZI documents made easy
|
Exception for signaling errors when using the CziReaderWriter-object. More...
#include <libCZI_exceptions.h>
Public Types | |
enum class | ErrorType { InvalidSubBlkId , InvalidAttachmentId , AddCoordinateAlreadyExisting , AddAttachmentAlreadyExisting } |
Values that represent different error conditions. More... | |
Public Member Functions | |
LibCZIReaderWriteException (const char *szErrMsg, ErrorType code) | |
ErrorType | GetErrorType () const |
Public Member Functions inherited from libCZI::LibCZIException | |
LibCZIException (const char *szErrMsg) | |
Exception for signaling errors when using the CziReaderWriter-object.
|
strong |
Values that represent different error conditions.
|
inline |
Constructor for the LibCZIReaderWriteException. This type is used to signal errors when using the CziReaderWriter-object.
szErrMsg | Message describing the error. |
code | The error code. |
|
inline |
Gets error code.