libCZI
Reading CZI documents made easy
|
Exception for signalling errors parsing the CZI-stream. More...
#include <libCZI_exceptions.h>
Public Types | |
enum | ErrorCode { ErrorCode::NotEnoughData, ErrorCode::CorruptedData, ErrorCode::InternalError } |
Values that represent different error conditions. More... | |
Public Member Functions | |
LibCZICZIParseException (const char *szErrMsg, ErrorCode code) | |
ErrorCode | GetErrorCode () const |
![]() | |
LibCZIException (const char *szErrMsg) | |
Exception for signalling errors parsing the CZI-stream.
|
strong |
|
inline |
Constructor for the LibCZICZIParseException. This type is used to signal that there was a parsing error.
szErrMsg | Message describing the error. |
code | The error code. |
|
inline |
Gets error code.