|
libCZI
Reading CZI documents made easy
|
Exception for signaling errors when accessing the XML-metadata. More...
#include <libCZI_exceptions.h>
Public Types | |
| enum | ErrorType { ErrorType::InvalidPath } |
| Values that represent different error conditions. More... | |
Public Member Functions | |
| LibCZIMetadataException (const char *szErrMsg, ErrorType code) | |
| ErrorType | GetErrorType () const |
Public Member Functions inherited from libCZI::LibCZIException | |
| LibCZIException (const char *szErrMsg) | |
Exception for signaling errors when accessing the XML-metadata.
|
strong |
Values that represent different error conditions.
| Enumerator | |
|---|---|
| InvalidPath | the path specified in a call to IXmlNodeRead::GetChildNodeReadonly was invalid |
|
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.