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

itk::ImageFileWriterException Class Reference

Base exception class for IO problems during writing. More...

#include <itkImageFileWriter.h>

List of all members.

Public Member Functions

virtual const char * GetNameOfClass () const
 ImageFileWriterException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown")
 ImageFileWriterException (const std::string &file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown")


Detailed Description

Base exception class for IO problems during writing.

Definition at line 33 of file itkImageFileWriter.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 40 of file itkImageFileWriter.h.

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

Constructor.

Definition at line 48 of file itkImageFileWriter.h.


Member Function Documentation

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

Run-time information.


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

Generated at Tue Sep 15 09:18:42 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000