#include <freExceptions.h>


Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| const std::string | GetItkClassName () const |
| ItkException (const ItkException &rExcBase) | |
| ItkException (const itk::ExceptionObject &rItkException, const std::string &sWrappingLocation="") | |
| virtual | ~ItkException () throw () |
ITKException is used to take care about catched itkExceptionObjects, so it can be handled in the "free" way.
Definition at line 182 of file freExceptions.h.
| FREE::ItkException::ItkException | ( | const ItkException & | rExcBase | ) |
Copyconstructor of the class
Definition at line 244 of file freExceptions.cxx.
| FREE::ItkException::ItkException | ( | const itk::ExceptionObject & | rItkException, | |
| const std::string & | sWrappingLocation = "" | |||
| ) |
Implementation of FREE::ItkException ///////////////////////////////
Definition at line 237 of file freExceptions.cxx.
References FREE::ExceptionBase::AddTrack().

| FREE::ItkException::~ItkException | ( | ) | throw () [virtual] |
Definition at line 249 of file freExceptions.cxx.
| virtual const char* FREE::ItkException::GetNameOfClass | ( | ) | const [inline, virtual] |
| const std::string FREE::ItkException::GetItkClassName | ( | ) | const [inline] |
Function to access the member variable m_ItkClassName. m_ItkClassName represents the name of the controller.
Definition at line 190 of file freExceptions.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000