Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::IGTIOException Class Reference

An object of this class represents an exception of the MITK-IGT module which are releated to the input/output problems (e.g. reading writing files, etc.). More...

#include <mitkIGTIOException.h>

Inheritance diagram for mitk::IGTIOException:
Collaboration diagram for mitk::IGTIOException:

Public Member Functions

 mitkExceptionClassMacro (IGTIOException, mitk::IGTException)
 
 mitkExceptionClassMacro (IGTIOException, mitk::IGTException)
 
- Public Member Functions inherited from mitk::IGTException
 mitkExceptionClassMacro (IGTException, mitk::Exception)
 
 mitkExceptionClassMacro (IGTException, mitk::Exception)
 
- Public Member Functions inherited from mitk::Exception
 Exception (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown")
 
virtual ~Exception () throw ()
 
virtual const char * GetClassName () const
 
void AddRethrowData (const char *file, unsigned int lineNumber, const char *message)
 Adds rethrow data to this exception. More...
 
int GetNumberOfRethrows ()
 
void GetRethrowData (int rethrowNumber, std::string &file, int &line, std::string &message)
 
template<class T >
Exceptionoperator<< (const T &data)
 Definition of the bit shift operator for this class. More...
 
template<class T >
Exceptionoperator<< (T &data)
 Definition of the bit shift operator for this class (for non const data). More...
 
Exceptionoperator<< (std::ostream &(*func)(std::ostream &))
 Definition of the bit shift operator for this class (for functions). More...
 

Additional Inherited Members

- Protected Attributes inherited from mitk::Exception
std::vector< ReThrowDatam_RethrowData
 

Detailed Description

An object of this class represents an exception of the MITK-IGT module which are releated to the input/output problems (e.g. reading writing files, etc.).

Documentation

Definition at line 28 of file ExceptionHandling/mitkIGTIOException.h.

Member Function Documentation

mitk::IGTIOException::mitkExceptionClassMacro ( IGTIOException  ,
mitk::IGTException   
)
mitk::IGTIOException::mitkExceptionClassMacro ( IGTIOException  ,
mitk::IGTException   
)

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