26 #include <pni/core/types.hpp>
27 #include <pni/core/error.hpp>
50 const pni::core::string &d):
51 exception(
"tiff_read_error",i,d)
57 friend std::ostream &
operator<<(std::ostream &o,
const
friend std::ostream & operator<<(std::ostream &o, const tiff_read_error &e)
output operator
Definition: tiff/exceptions.cpp:32
error during TIFF reading
Definition: tiff/exceptions.hpp:40
tiff_read_error(const pni::core::exception_record &i, const pni::core::string &d)
constructor
Definition: tiff/exceptions.hpp:49
Definition: cbf_reader.hpp:41
virtual ~tiff_read_error()
destructor
Definition: tiff/exceptions.hpp:54
tiff_read_error()
default constructor
Definition: tiff/exceptions.hpp:44