![]() |
ITK
5.3.0
Insight Toolkit
|
#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 | |
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.
1.8.16