ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::ImageFileReaderException Class Reference

Base exception class for IO conflicts. More...

#include <itkImageFileReader.h>

List of all members.

Public Member Functions

virtual const char * GetNameOfClass () const
 ImageFileReaderException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown")
 ImageFileReaderException (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 35 of file itkImageFileReader.h.


Constructor & Destructor Documentation

itk::ImageFileReaderException::ImageFileReaderException ( const char *  file,
unsigned int  line,
const char *  message = "Error in IO",
const char *  loc = "Unknown" 
) [inline]

Constructor.

Definition at line 42 of file itkImageFileReader.h.

itk::ImageFileReaderException::ImageFileReaderException ( const std::string &  file,
unsigned int  line,
const char *  message = "Error in IO",
const char *  loc = "Unknown" 
) [inline]

Constructor.

Definition at line 49 of file itkImageFileReader.h.


Member Function Documentation

virtual const char* itk::ImageFileReaderException::GetNameOfClass ( ) const [virtual]

Run-time information.


The documentation for this class was generated from the following file: