MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2008 by Michal Spanel
.
More...
Classes | |
class | mds::base::CFullException |
More complex exception class encapsulating information about its origin and description. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::base |
Defines | |
#define | MDS_EXCEPTION(Name) mds::base::CFullException(Name, __FILE__, __LINE__) |
Macro that creates an exception with a given name as a description. | |
#define | MDS_THROW_EXCEPTION(Name) throw mds::base::CFullException(Name, __FILE__, __LINE__); |
Creates and throws an exception with a given name as a description. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2008 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2008/04/24
Description:
#define MDS_EXCEPTION | ( | Name | ) | mds::base::CFullException(Name, __FILE__, __LINE__) |
Macro that creates an exception with a given name as a description.
#define MDS_THROW_EXCEPTION | ( | Name | ) | throw mds::base::CFullException(Name, __FILE__, __LINE__); |
Creates and throws an exception with a given name as a description.