#include <itkMeshFileReaderBase.h>
Public Member Functions |
virtual const char * | GetClassName () 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") |
Detailed Description
Base exception class for IO conflicts.
Definition at line 25 of file itkMeshFileReaderBase.h.
Constructor & Destructor Documentation
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 |
Member Function Documentation
virtual const char* itk::MeshFileReaderException::GetClassName |
( |
| ) |
const |
|
virtual |