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