ITK  5.2.0
Insight Toolkit
Public Member Functions | List of all members
itk::MeshFileReaderException Class Reference

#include <itkMeshFileReaderException.h>

+ Inheritance diagram for itk::MeshFileReaderException:
+ Collaboration diagram for itk::MeshFileReaderException:

Public Member Functions

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

Detailed Description

Base exception class for IO conflicts.

Definition at line 32 of file itkMeshFileReaderException.h.

Constructor & Destructor Documentation

◆ ~MeshFileReaderException()

itk::MeshFileReaderException::~MeshFileReaderException ( )
overridenoexcept

Has to have empty throw().

◆ MeshFileReaderException() [1/2]

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

Constructor.

◆ MeshFileReaderException() [2/2]

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

Constructor.

Member Function Documentation

◆ GetNameOfClass()

virtual const char* itk::MeshFileReaderException::GetNameOfClass ( ) const
virtual

Run-time information.


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