18 #ifndef itkImageFileReaderException_h
19 #define itkImageFileReaderException_h
20 #include "ITKIOImageBaseExport.h"
32 class ITKIOImageBase_EXPORT ImageFileReaderException:
public ExceptionObject
36 itkTypeMacro(ImageFileReaderException, ExceptionObject);
39 ImageFileReaderException(
const char *file,
unsigned int line,
40 const char *message =
"Error in IO",
41 const char *loc =
"Unknown"):
42 ExceptionObject(file, line, message, loc)
46 ImageFileReaderException(
const std::string & file,
unsigned int line,
47 const char *message =
"Error in IO",
48 const char *loc =
"Unknown"):
49 ExceptionObject(file, line, message, loc)