![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageFileReader.h>
Inheritance diagram for itk::ImageFileReaderException:
Collaboration diagram for itk::ImageFileReaderException:Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| ImageFileReaderException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
| ImageFileReaderException (const std::string &file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
Base exception class for IO conflicts.
Definition at line 35 of file itkImageFileReader.h.
| itk::ImageFileReaderException::ImageFileReaderException | ( | const char * | file, |
| unsigned int | line, | ||
| const char * | message = "Error in IO", |
||
| const char * | loc = "Unknown" |
||
| ) | [inline] |
Constructor.
Definition at line 42 of file itkImageFileReader.h.
| itk::ImageFileReaderException::ImageFileReaderException | ( | const std::string & | file, |
| unsigned int | line, | ||
| const char * | message = "Error in IO", |
||
| const char * | loc = "Unknown" |
||
| ) | [inline] |
Constructor.
Definition at line 49 of file itkImageFileReader.h.
| virtual const char* itk::ImageFileReaderException::GetNameOfClass | ( | ) | const [virtual] |
Run-time information.
Reimplemented from itk::ExceptionObject.
1.7.6.1