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