#include <gdcmException.h>
Public Member Functions | |
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. | |
const char * | what () const throw () |
what implementation |
Standard exception handling object.
gdcm::Exception::Exception | ( | const char * | desc = "None" , |
const char * | file = __FILE__ , |
||
unsigned int | lineNumber = __LINE__ , |
||
const char * | func = "" |
||
) | [inline, explicit] |
Explicit constructor, initializing the description and the text returned by what().
virtual gdcm::Exception::~Exception | ( | ) | throw () [inline, virtual] |
const char* gdcm::Exception::GetDescription | ( | ) | const [inline] |
Return the Description.
Referenced by gdcm::SequenceOfItems::Read().
const char* gdcm::Exception::what | ( | ) | const throw () [inline] |
what implementation
Referenced by gdcm::SequenceOfFragments::Read().