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

#include <itkImageFileWriter.h>

Detailed Description

Base exception class for IO problems during writing.

Definition at line 34 of file itkImageFileWriter.h.

+ Inheritance diagram for itk::ImageFileWriterException:
+ Collaboration diagram for itk::ImageFileWriterException:

Public Member Functions

const char * GetNameOfClass () const override
 
 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")
 
 ~ImageFileWriterException () noexcept override
 

Constructor & Destructor Documentation

◆ ImageFileWriterException() [1/2]

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

Constructor.

Definition at line 41 of file itkImageFileWriter.h.

◆ ImageFileWriterException() [2/2]

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 49 of file itkImageFileWriter.h.

◆ ~ImageFileWriterException()

itk::ImageFileWriterException::~ImageFileWriterException ( )
overridenoexcept

Has to have empty throw().

Member Function Documentation

◆ GetNameOfClass()

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

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