ome-files
0.1.1
|
Exception thrown for unsupported compression types. More...
#include <ome/files/UnsupportedCompressionException.h>
Public Member Functions | |
UnsupportedCompressionException (const std::string &what) | |
Constructor. More... | |
virtual | ~UnsupportedCompressionException () throw () |
Destructor. | |
Public Member Functions inherited from ome::files::FormatException | |
FormatException (const std::string &what) | |
Constructor. More... | |
virtual | ~FormatException () throw () |
Destructor. | |
Exception thrown for unsupported compression types.
|
explicit |
Constructor.
what | the exception message. |