Exception.
More...
#include <gdcmException.h>
|
| Exception (const char *desc="None", const char *file=__FILE__, unsigned int lineNumber=__LINE__, const char *func="") |
|
virtual | ~Exception () throw () |
|
const char * | GetDescription () const |
| Return the Description. More...
|
|
const char * | what () const throw () |
| what implementation More...
|
|
Exception.
Standard exception handling object.
- Note
- Its copy-constructor and assignment operator are generated by the compiler.
gdcm::Exception::Exception |
( |
const char * |
desc = "None" , |
|
|
const char * |
file = __FILE__ , |
|
|
unsigned int |
lineNumber = __LINE__ , |
|
|
const char * |
func = "" |
|
) |
| |
|
inlineexplicit |
Explicit constructor, initializing the description and the text returned by what().
- Note
- The last parameter is ignored for the time being. It may be used to specify the function where the exception was thrown.
virtual gdcm::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
const char* gdcm::Exception::GetDescription |
( |
| ) |
const |
|
inline |
const char* gdcm::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: