#include <itkMeshFileReaderBase.h>
Base exception class for IO conflicts.
Definition at line 25 of file itkMeshFileReaderBase.h.
itk::MeshFileReaderException::MeshFileReaderException |
( |
const char * |
file, |
|
|
unsigned int |
line, |
|
|
const char * |
message = "Error in IO" , |
|
|
const char * |
loc = "Unknown" |
|
) |
| |
|
inline |
itk::MeshFileReaderException::MeshFileReaderException |
( |
const std::string & |
file, |
|
|
unsigned int |
line, |
|
|
const char * |
message = "Error in IO" , |
|
|
const char * |
loc = "Unknown" |
|
) |
| |
|
inline |
virtual const char* itk::MeshFileReaderException::GetClassName |
( |
| ) |
const |
|
virtual |