Base exception class for IO conflicts. More...
#include <itkImageFileReader.h>
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 34 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 41 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.