18#ifndef itkImageFileReaderException_h
19#define itkImageFileReaderException_h
20#include "ITKIOImageBaseExport.h"
31class ITKIOImageBase_EXPORT ImageFileReaderException :
public ExceptionObject
34 ITK_DEFAULT_COPY_AND_MOVE(ImageFileReaderException);
37 itkOverrideGetNameOfClassMacro(ImageFileReaderException);
40 ImageFileReaderException(
const char * file,
42 const char * message =
"Error in IO",
43 const char * loc =
"Unknown")
44 : ExceptionObject(file, line, message, loc)
48 ImageFileReaderException(
const std::string & file,
50 const char * message =
"Error in IO",
51 const char * loc =
"Unknown")
52 : ExceptionObject(file, line, message, loc)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....