bioformats
5.1.0
|
Exception thrown for unrecognized or unsupported data streams or filenames. More...
#include <ome/bioformats/UnknownFormatException.h>
Public Member Functions | |
UnknownFormatException (const std::string &what) | |
Constructor. More... | |
virtual | ~UnknownFormatException () throw () |
Destructor. | |
Public Member Functions inherited from ome::bioformats::FormatException | |
FormatException (const std::string &what) | |
Constructor. More... | |
virtual | ~FormatException () throw () |
Destructor. | |
Exception thrown for unrecognized or unsupported data streams or filenames.
|
explicit |
Constructor.
what | the exception message. |