ITK  5.4.0
Insight Toolkit
Public Member Functions | List of all members
itk::ImageFileReaderException Class Reference

#include <itkImageFileReaderException.h>

Detailed Description

Base exception class for IO conflicts.

Examples
SphinxExamples/src/IO/ImageBase/RegisterIOFactories/Code.cxx.

Definition at line 31 of file itkImageFileReaderException.h.

+ Inheritance diagram for itk::ImageFileReaderException:
+ Collaboration diagram for itk::ImageFileReaderException:

Public Member Functions

const char * GetNameOfClass () const override
 
 ImageFileReaderException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown")
 
 ImageFileReaderException (const ImageFileReaderException &)=default
 
 ImageFileReaderException (const std::string &file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown")
 
 ImageFileReaderException (ImageFileReaderException &&)=default
 
ImageFileReaderExceptionoperator= (const ImageFileReaderException &)=default
 
ImageFileReaderExceptionoperator= (ImageFileReaderException &&)=default
 
 ~ImageFileReaderException () noexcept override
 

Constructor & Destructor Documentation

◆ ImageFileReaderException() [1/4]

itk::ImageFileReaderException::ImageFileReaderException ( const char *  file,
unsigned int  line,
const char *  message = "Error in IO",
const char *  loc = "Unknown" 
)
inline

Constructor.

Definition at line 38 of file itkImageFileReaderException.h.

◆ ImageFileReaderException() [2/4]

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 46 of file itkImageFileReaderException.h.

◆ ~ImageFileReaderException()

itk::ImageFileReaderException::~ImageFileReaderException ( )
overridenoexcept

Has to have empty throw().

◆ ImageFileReaderException() [3/4]

itk::ImageFileReaderException::ImageFileReaderException ( const ImageFileReaderException )
default

◆ ImageFileReaderException() [4/4]

itk::ImageFileReaderException::ImageFileReaderException ( ImageFileReaderException &&  )
default

Member Function Documentation

◆ GetNameOfClass()

const char* itk::ImageFileReaderException::GetNameOfClass ( ) const
override

◆ operator=() [1/2]

ImageFileReaderException& itk::ImageFileReaderException::operator= ( const ImageFileReaderException )
default

◆ operator=() [2/2]

ImageFileReaderException& itk::ImageFileReaderException::operator= ( ImageFileReaderException &&  )
default

The documentation for this class was generated from the following file: