![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbImageFileReaderException.h>
Inheritance diagram for otb::ImageFileReaderException:
Collaboration diagram for otb::ImageFileReaderException: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.
1.8.17