libCZI
Reading and Writing CZI documents made easy
|
Exception for signaling errors when using the Czi-metadata-builder-object. More...
#include <libCZI_exceptions.h>
Public Types | |
enum class | ErrorType { InvalidPath , CannotSetValueToNode } |
Values that represent different error conditions. More... | |
Public Member Functions | |
LibCZIMetadataBuilderException (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 Czi-metadata-builder-object.
|
inline |
Constructor for the LibCZIMetadataBuilderException. This type is used to signal errors when using the Czi-metadata-builder-object.
szErrMsg | Message describing the error. |
code | The error code. |
|
inline |
Gets error code.