Class LibCZIMetadataException#
Defined in File libCZI_exceptions.h
Inheritance Relationships#
Base Type#
public libCZI::LibCZIException
(Class LibCZIException)
Class Documentation#
-
class LibCZIMetadataException : public libCZI::LibCZIException#
Exception for signaling errors when accessing the XML-metadata (.
Public Types
-
enum class ErrorType#
Values that represent different error conditions.
Values:
-
enumerator InvalidPath#
the path specified in a call to IXmlNodeRead::GetChildNodeReadonly was invalid
-
enumerator InvalidPath#
Public Functions
-
inline LibCZIMetadataException(const char *szErrMsg, ErrorType code)#
Constructor for the LibCZIMetadataBuilderException. This type is used to signal errors when using the Czi-metadata-builder-object.
- Parameters:
szErrMsg – Message describing the error.
code – The error code.
-
enum class ErrorType#