#include <gdcmException.h>
Public Member Functions | |
Exception (const char *desc="None", const char *file=__FILE__, unsigned int lineNumber=__LINE__, const char *loc="") | |
virtual | ~Exception () throw () |
const char * | GetDescription () const |
Return the Description. | |
Exception & | operator= (const Exception &orig) |
virtual bool | operator== (const Exception &orig) |
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 * | loc = "" | |||
) | [inline] |
virtual gdcm::Exception::~Exception | ( | ) | throw () [inline, virtual] |
const char* gdcm::Exception::GetDescription | ( | ) | const [inline] |
Return the Description.
Referenced by gdcm::SequenceOfItems::Read().
virtual bool gdcm::Exception::operator== | ( | const Exception & | orig | ) | [inline, virtual] |
Equivalence operator.
const char* gdcm::Exception::what | ( | ) | const throw () [inline] |
what implementation
Referenced by gdcm::SequenceOfFragments::Read().