ITK
5.2.0
Insight Toolkit
|
#include <itkMeshFileWriterException.h>
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
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 | |
Base exception class for IO problems during writing.
Definition at line 32 of file itkMeshFileWriterException.h.
|
overridenoexcept |
Has to have empty throw().
itk::MeshFileWriterException::MeshFileWriterException | ( | const char * | file, |
unsigned int | line, | ||
const char * | message = "Error in IO" , |
||
const char * | loc = "Unknown" |
||
) |
Constructor.
itk::MeshFileWriterException::MeshFileWriterException | ( | const std::string & | file, |
unsigned int | line, | ||
const char * | message = "Error in IO" , |
||
const char * | loc = "Unknown" |
||
) |
Constructor.
|
virtual |
Run-time information.