Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ImageFileReaderException Class Reference

Base exception class for IO conflicts. More...

#include <itkImageFileReader.h>

Inheritance diagram for itk::ImageFileReaderException:

Inheritance graph
[legend]
Collaboration diagram for itk::ImageFileReaderException:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName () const
 ImageFileReaderException (char *file, unsigned int line, const char *message="Error in IO")
 ImageFileReaderException (const std::string &file, unsigned int line, const char *message="Error in IO")

Detailed Description

Base exception class for IO conflicts.

Definition at line 31 of file itkImageFileReader.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 38 of file itkImageFileReader.h.

References itk::ExceptionObject::SetDescription().

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

Constructor.

Definition at line 46 of file itkImageFileReader.h.

References itk::ExceptionObject::SetDescription().


Member Function Documentation

virtual const char* itk::ImageFileReaderException::GetClassName   const [virtual]
 

Run-time information.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:20:08 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000