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

#include <itkMeshFileWriterException.h>

Detailed Description

Base exception class for IO problems during writing.

Definition at line 32 of file itkMeshFileWriterException.h.

+ Inheritance diagram for itk::MeshFileWriterException:
+ Collaboration diagram for itk::MeshFileWriterException:

Public Member Functions

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

Constructor & Destructor Documentation

◆ ~MeshFileWriterException()

itk::MeshFileWriterException::~MeshFileWriterException ( )
overridenoexcept

Has to have empty throw().

◆ MeshFileWriterException() [1/2]

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

Constructor.

◆ MeshFileWriterException() [2/2]

itk::MeshFileWriterException::MeshFileWriterException ( const std::string &  file,
unsigned int  line,
const char *  message = "Error in IO",
const char *  loc = "Unknown" 
)

Constructor.

Member Function Documentation

◆ GetNameOfClass()

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

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