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