#include <itkMeshFileWriterException.h>
Base exception class for IO problems during writing.
Definition at line 32 of file itkMeshFileWriterException.h.
◆ ~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" |
|
) |
| |
◆ MeshFileWriterException() [2/2]
itk::MeshFileWriterException::MeshFileWriterException |
( |
const std::string & |
file, |
|
|
unsigned int |
line, |
|
|
const char * |
message = "Error in IO" , |
|
|
const char * |
loc = "Unknown" |
|
) |
| |
◆ GetNameOfClass()
const char * itk::MeshFileWriterException::GetNameOfClass |
( |
| ) |
const |
|
override |
◆ ITK_DEFAULT_COPY_AND_MOVE()
The documentation for this class was generated from the following file: