Class LibCZIMetadataException#

Inheritance Relationships#

Base Type#

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

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.

inline ErrorType GetErrorType() const#

Gets error code.

Returns:

The error code.