OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Public Attributes | List of all members
otb::ImageFileReaderException Class Reference

#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
 

Detailed Description

Base exception class for IO conflicts.

Definition at line 36 of file otbImageFileReaderException.h.

Constructor & Destructor Documentation

◆ ImageFileReaderException()

otb::ImageFileReaderException::ImageFileReaderException ( const char *  file,
unsigned int  line,
const std::string &  desc = "",
const std::string &  filename = "" 
)

Constructor.

◆ ~ImageFileReaderException()

otb::ImageFileReaderException::~ImageFileReaderException ( )

Destructor.

Member Function Documentation

◆ GetNameOfClass()

virtual const char* otb::ImageFileReaderException::GetNameOfClass ( ) const
virtual

Run-time information.

Member Data Documentation

◆ m_Filename

std::string otb::ImageFileReaderException::m_Filename

Definition at line 48 of file otbImageFileReaderException.h.


The documentation for this class was generated from the following file: