OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageFileReaderException.h>
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
ImageFileReaderException (const char *file, unsigned int line, const std::string &desc="", const std::string &filename="") | |
~ImageFileReaderException () | |
Public Attributes | |
std::string | m_Filename |
Base exception class for IO conflicts.
Definition at line 36 of file otbImageFileReaderException.h.
otb::ImageFileReaderException::ImageFileReaderException | ( | const char * | file, |
unsigned int | line, | ||
const std::string & | desc = "" , |
||
const std::string & | filename = "" |
||
) |
Constructor.
otb::ImageFileReaderException::~ImageFileReaderException | ( | ) |
Destructor.
|
virtual |
Run-time information.
std::string otb::ImageFileReaderException::m_Filename |
Definition at line 48 of file otbImageFileReaderException.h.