bioformats  5.1.3
Public Member Functions | List of all members
ome::xml::meta::MetadataException Class Reference

Exception thrown for metadata consistency and validity errors. More...

#include <ome/xml/meta/MetadataException.h>

+ Inheritance diagram for ome::xml::meta::MetadataException:
+ Collaboration diagram for ome::xml::meta::MetadataException:

Public Member Functions

 MetadataException (const std::string &what)
 Constructor. More...
 
 MetadataException (const std::string &type, const std::string &method, const std::string &msg)
 Constructor. More...
 
virtual ~MetadataException () throw ()
 Destructor.
 

Detailed Description

Exception thrown for metadata consistency and validity errors.

Constructor & Destructor Documentation

ome::xml::meta::MetadataException::MetadataException ( const std::string &  what)
explicit

Constructor.

Parameters
whatthe exception message.
ome::xml::meta::MetadataException::MetadataException ( const std::string &  type,
const std::string &  method,
const std::string &  msg 
)
explicit

Constructor.

Parameters
typethe MetadataStore or Retrieve type.
methodthe MetadataStore or Retrieve method.
msgthe exception message.

The documentation for this class was generated from the following files: